Skip to content

Commit bf92309

Browse files
authored
Update hashes in misc/sync-typeshed.py following typeshed sync (#15447)
Followup to #15444
1 parent 9f3bbbe commit bf92309

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-
"c844270a4", # LiteralString reverts
183-
"9ebe5fd49", # sum reverts
184-
"d1987191f", # ctypes reverts
185-
"b1761f4c9", # ParamSpec for functools.wraps
182+
"6f913a148", # LiteralString reverts
183+
"475a46a78", # sum reverts
184+
"f5e5c117d", # ctypes reverts
185+
"9f3bbbeb1", # 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)