Skip to content

Commit 6f28cc3

Browse files
authored
Update hashes in misc/sync-typeshed.py following typeshed sync (#15166)
Followup to #15165
1 parent 17b4693 commit 6f28cc3

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-
"ac6563199", # LiteralString reverts
183-
"d8674f387", # sum reverts
184-
"e437cdf9c", # ctypes reverts
185-
"e85f54e52", # ParamSpec for functools.wraps
182+
"c844270a4", # LiteralString reverts
183+
"9ebe5fd49", # sum reverts
184+
"d1987191f", # ctypes reverts
185+
"b1761f4c9", # 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)