Skip to content

Commit

Permalink
Update commit hashes in sync-typeshed.py (python#17042)
Browse files Browse the repository at this point in the history
Followup to python#17039
  • Loading branch information
AlexWaygood authored Mar 16, 2024
1 parent b013cc0 commit 00220bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions misc/sync-typeshed.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,9 @@ def main() -> None:
print("Created typeshed sync commit.")

commits_to_cherry_pick = [
"d25e4a9eb", # LiteralString reverts
"d132999ba", # sum reverts
"dd12a2d81", # ctypes reverts
"5c00e362d", # LiteralString reverts
"44bc98bd5", # sum reverts
"61a490091", # ctypes reverts
]
for commit in commits_to_cherry_pick:
try:
Expand Down

0 comments on commit 00220bd

Please sign in to comment.