Skip to content

Commit eb1ee97

Browse files
authored
Update hashes in sync-typeshed.py following recent typeshed sync (#16600)
Followup to #16598
1 parent 344298e commit eb1ee97

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-
"9859fe7ba", # LiteralString reverts
183-
"378a866e9", # sum reverts
184-
"2816b97d5", # ctypes reverts
185-
"7d987a105", # ParamSpec for functools.wraps
182+
"588623ff2", # LiteralString reverts
183+
"bdcc90e85", # sum reverts
184+
"3e5d81337", # ctypes reverts
185+
"344298e3a", # ParamSpec for functools.wraps
186186
]
187187
for commit in commits_to_cherry_pick:
188188
try:

0 commit comments

Comments
 (0)