Skip to content

Commit 8c2ef9d

Browse files
cdce8pJelleZijlstra
authored andcommitted
Update hashes in sync-typeshed.py following recent typeshed sync
1 parent 0dd4b6f commit 8c2ef9d

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-
"588623ff2", # LiteralString reverts
183-
"bdcc90e85", # sum reverts
184-
"3e5d81337", # ctypes reverts
185-
"344298e3a", # ParamSpec for functools.wraps
182+
"d25e4a9eb", # LiteralString reverts
183+
"d132999ba", # sum reverts
184+
"dd12a2d81", # ctypes reverts
185+
"0dd4b6f75", # ParamSpec for functools.wraps
186186
]
187187
for commit in commits_to_cherry_pick:
188188
try:

0 commit comments

Comments
 (0)