8000 Update commit hashes in `misc/sync-typeshed.py` following typeshed sy… · python/mypy@a44afe1 · GitHub
[go: up one dir, main page]

Skip to content

Commit a44afe1

Browse files
authored
Update commit hashes in misc/sync-typeshed.py following typeshed sync (#14994)
Followup PR to #14992
1 parent e85f54e commit a44afe1

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-
"250e6fda7", # LiteralString reverts
183-
"a633a7283", # sum reverts
184-
"1ceeb1fdb", # ctypes reverts
185-
"e1a82a2b8", # ParamSpec for functools.wraps
182+
"ac6563199", # LiteralString reverts
183+
"d8674f387", # sum reverts
184+
"e437cdf9c", # ctypes reverts
185+
"e85f54e52", # 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)
0