Skip to content

Commit

Permalink
Update hashes in sync-typeshed.py following typeshed sync (#16126)
Browse files Browse the repository at this point in the history
Followup to #16121
  • Loading branch information
AlexWaygood authored Sep 16, 2023
1 parent ec665cc commit 0222bf4
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 = [
"2f6b6e66c", # LiteralString reverts
"120af30e7", # sum reverts
"1866d28f1", # ctypes reverts
"3240da455", # ParamSpec for functools.wraps
"9859fe7ba", # LiteralString reverts
"378a866e9", # sum reverts
"2816b97d5", # ctypes reverts
"7d987a105", # ParamSpec for functools.wraps
]
for commit in commits_to_cherry_pick:
try:
Expand Down

0 comments on commit 0222bf4

Please sign in to comment.