Skip to content

Commit

Permalink
revert typing change
Browse files Browse the repository at this point in the history
  • Loading branch information
mattip committed Dec 10, 2022
1 parent 6565faf commit 320c236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ def cpython_tags(
yield Tag(interpreter, "abi3", platform_)


def _generic_abi() -> Iterator[str]:
def _generic_abi() -> List[str]:
"""
Return the ABI tag based on EXT_SUFFIX.
"""
Expand Down

0 comments on commit 320c236

Please sign in to comment.