Skip to content

Commit

Permalink
Update commit hashes in sync typeshed script (#14720)
Browse files Browse the repository at this point in the history
#14719 fixed some merge conflicts
  • Loading branch information
hauntsaninja committed Feb 17, 2023
1 parent f968d6c commit ef3187a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions misc/sync-typeshed.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,9 @@ def main() -> None:
print("Created typeshed sync commit.")

commits_to_cherry_pick = [
"820c46a4d75ec5f6dc95c09845a317ff59c4b4bf", # LiteralString reverts
"af7604de58c4c4952fd51a7556a6c56466113010", # sum reverts
"fe40f814387fc671ba0cc679453b01eabeb7c112", # ctypes reverts
"874afd970", # LiteralString reverts
"3a240111e", # sum reverts
"f968d6ce0", # ctypes reverts
]
for commit in commits_to_cherry_pick:
subprocess.run(["git", "cherry-pick", commit], check=True)
Expand Down

0 comments on commit ef3187a

Please sign in to comment.