Skip to content

Commit

Permalink
Update hashes in misc/sync-typeshed.py following typeshed sync (#15447
Browse files Browse the repository at this point in the history
)

Followup to #15444
  • Loading branch information
AlexWaygood authored Jun 15, 2023
1 parent 9f3bbbe commit bf92309
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions misc/sync-typeshed.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,10 +179,10 @@ def main() -> None:
print("Created typeshed sync commit.")

commits_to_cherry_pick = [
"c844270a4", # LiteralString reverts
"9ebe5fd49", # sum reverts
"d1987191f", # ctypes reverts
"b1761f4c9", # ParamSpec for functools.wraps
"6f913a148", # LiteralString reverts
"475a46a78", # sum reverts
"f5e5c117d", # ctypes reverts
"9f3bbbeb1", # ParamSpec for functools.wraps
]
for commit in commits_to_cherry_pick:
subprocess.run(["git", "cherry-pick", commit], check=True)
Expand Down

0 comments on commit bf92309

Please sign in to comment.