Skip to content

Commit 00220bd

Browse files
authored
Update commit hashes in sync-typeshed.py (#17042)
Followup to #17039
1 parent b013cc0 commit 00220bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

misc/sync-typeshed.py

Lines changed: 3 additions & 3 deletions
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-
"d25e4a9eb", # LiteralString reverts
183-
"d132999ba", # sum reverts
184-
"dd12a2d81", # ctypes reverts
182+
"5c00e362d", # LiteralString reverts
183+
"44bc98bd5", # sum reverts
184+
"61a490091", # ctypes reverts
185185
]
186186
for commit in commits_to_cherry_pick:
187187
try:

0 commit comments

Comments
 (0)