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
  • Loading branch information
cdce8p authored and JelleZijlstra committed Feb 3, 2024
1 parent 0dd4b6f commit 8c2ef9d
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 = [
"588623ff2", # LiteralString reverts
"bdcc90e85", # sum reverts
"3e5d81337", # ctypes reverts
"344298e3a", # ParamSpec for functools.wraps
"d25e4a9eb", # LiteralString reverts
"d132999ba", # sum reverts
"dd12a2d81", # ctypes reverts
"0dd4b6f75", # ParamSpec for functools.wraps
]
for commit in commits_to_cherry_pick:
try:
Expand Down

0 comments on commit 8c2ef9d

Please sign in to comment.