Skip to content

Commit

Permalink
Update commit hashes following typeshed sync (#15690)
Browse files Browse the repository at this point in the history
Followup to #15681
  • Loading branch information
AlexWaygood authored Jul 19, 2023
1 parent b6b6624 commit 89ad125
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 = [
"9f4c0d8af", # LiteralString reverts
"56f434336", # sum reverts
"71c4269df", # ctypes reverts
"186fbb18e", # ParamSpec for functools.wraps
"2f6b6e66c", # LiteralString reverts
"120af30e7", # sum reverts
"1866d28f1", # ctypes reverts
"3240da455", # ParamSpec for functools.wraps
]
for commit in commits_to_cherry_pick:
try:
Expand Down

0 comments on commit 89ad125

Please sign in to comment.