Skip to content

Commit 8d59d31

Browse files
AlexWaygoodJelleZijlstra
authored andcommitted
Update commit hashes in sync-typeshed.py following latest typeshed sync
1 parent fed798a commit 8d59d31

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

misc/sync-typeshed.py

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

181181
commits_to_cherry_pick = [
182-
"634224acb", # LiteralString reverts
183-
"aa9e82eef", # sum reverts
184-
"83ecc1717", # ctypes reverts
185-
"9d84db24a", # ParamSpec for functools.wraps
182+
"250e6fda7", # LiteralString reverts
183+
"a633a7283", # sum reverts
184+
"1ceeb1fdb", # ctypes reverts
185+
"e1a82a2b8", # ParamSpec for functools.wraps
186186
]
187187
for commit in commits_to_cherry_pick:
188188
subprocess.run(["git", "cherry-pick", commit], check=True)

0 commit comments

Comments
 (0)