Skip to content

Commit

Permalink
Update commits for sync-typeshed cherry picks (#15592)
Browse files Browse the repository at this point in the history
  • Loading branch information
svalentin authored Jul 4, 2023
1 parent a9f8df7 commit 1e14d13
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions misc/sync-typeshed.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,10 +179,10 @@ def main() -> None:
print("Created typeshed sync commit.")

commits_to_cherry_pick = [
"6f913a148", # LiteralString reverts
"475a46a78", # sum reverts
"f5e5c117d", # ctypes reverts
"9f3bbbeb1", # ParamSpec for functools.wraps
"9f4c0d8af", # LiteralString reverts
"56f434336", # sum reverts
"71c4269df", # ctypes reverts
"186fbb18e", # ParamSpec for functools.wraps
]
for commit in commits_to_cherry_pick:
try:
Expand Down

0 comments on commit 1e14d13

Please sign in to comment.