Skip to content

Commit ef3187a

Browse files
authored
Update commit hashes in sync typeshed script (#14720)
#14719 fixed some merge conflicts
1 parent f968d6c commit ef3187a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: misc/sync-typeshed.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -179,9 +179,9 @@ def main() -> None:
179179
print("Created typeshed sync commit.")
180180

181181
commits_to_cherry_pick = [
182-
"820c46a4d75ec5f6dc95c09845a317ff59c4b4bf", # LiteralString reverts
183-
"af7604de58c4c4952fd51a7556a6c56466113010", # sum reverts
184-
"fe40f814387fc671ba0cc679453b01eabeb7c112", # ctypes reverts
182+
"874afd970", # LiteralString reverts
183+
"3a240111e", # sum reverts
184+
"f968d6ce0", # ctypes reverts
185185
]
186186
for commit in commits_to_cherry_pick:
187187
subprocess.run(["git", "cherry-pick", commit], check=True)

0 commit comments

Comments
 (0)