Skip to content

Commit 89ad125

Browse files
authored
Update commit hashes following typeshed sync (#15690)
Followup to #15681
1 parent b6b6624 commit 89ad125

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

misc/sync-typeshed.py

Lines changed: 4 additions & 4 deletions
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-
"9f4c0d8af", # LiteralString reverts
183-
"56f434336", # sum reverts
184-
"71c4269df", # ctypes reverts
185-
"186fbb18e", # ParamSpec for functools.wraps
182+
"2f6b6e66c", # LiteralString reverts
183+
"120af30e7", # sum reverts
184+
"1866d28f1", # ctypes reverts
185+
"3240da455", # ParamSpec for functools.wraps
186186
]
187187
for commit in commits_to_cherry_pick:
188188
try:

0 commit comments

Comments
 (0)