Skip to content

Commit

Permalink
Update hashes in sync-typeshed.py following recent typeshed sync (#…
Browse files Browse the repository at this point in the history
…16600)

Followup to #16598
  • Loading branch information
AlexWaygood committed Dec 3, 2023
1 parent 344298e commit eb1ee97
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 = [
"9859fe7ba", # LiteralString reverts
"378a866e9", # sum reverts
"2816b97d5", # ctypes reverts
"7d987a105", # ParamSpec for functools.wraps
"588623ff2", # LiteralString reverts
"bdcc90e85", # sum reverts
"3e5d81337", # ctypes reverts
"344298e3a", # ParamSpec for functools.wraps
]
for commit in commits_to_cherry_pick:
try:
Expand Down

0 comments on commit eb1ee97

Please sign in to comment.