Skip to content

Commit

Permalink
Update commit hashes in misc/sync-typeshed.py following typeshed sy…
Browse files Browse the repository at this point in the history
…nc (#14994)

Followup PR to #14992
  • Loading branch information
AlexWaygood committed Apr 1, 2023
1 parent e85f54e commit a44afe1
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 = [
"250e6fda7", # LiteralString reverts
"a633a7283", # sum reverts
"1ceeb1fdb", # ctypes reverts
"e1a82a2b8", # ParamSpec for functools.wraps
"ac6563199", # LiteralString reverts
"d8674f387", # sum reverts
"e437cdf9c", # ctypes reverts
"e85f54e52", # 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 a44afe1

Please sign in to comment.