Skip to content

Commit

Permalink
linting from github ui code change
Browse files Browse the repository at this point in the history
  • Loading branch information
mattip committed Dec 10, 2022
1 parent 7a4d95b commit 6565faf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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() -> List[str]:
def _generic_abi() -> Iterator[str]:
"""
Return the ABI tag based on EXT_SUFFIX.
"""
Expand Down Expand Up @@ -499,7 +499,7 @@ def platform_tags() -> Iterator[str]:
def interpreter_name() -> str:
"""
Returns the name of the running interpreter.
Some implementations have a reserved, two-letter abbreviation which will
be returned when appropriate.
"""
Expand Down

0 comments on commit 6565faf

Please sign in to comment.