Skip to content

Commit 1e14d13

Browse files
authored
Update commits for sync-typeshed cherry picks (#15592)
Got commits from https://github.com/python/mypy/commits/master after merging #15590
1 parent a9f8df7 commit 1e14d13

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-
"6f913a148", # LiteralString reverts
183-
"475a46a78", # sum reverts
184-
"f5e5c117d", # ctypes reverts
185-
"9f3bbbeb1", # ParamSpec for functools.wraps
182+
"9f4c0d8af", # LiteralString reverts
183+
"56f434336", # sum reverts
184+
"71c4269df", # ctypes reverts
185+
"186fbb18e", # ParamSpec for functools.wraps
186186
]
187187
for commit in commits_to_cherry_pick:
188188
try:

0 commit comments

Comments
 (0)