Skip to content

Commit

Permalink
Update src/packaging/tags.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dholth authored Dec 2, 2024
1 parent 9be90cf commit 843bc59
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/packaging/tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ def __setstate__(self, state):
self._hash = hash((self._interpreter, self._abi, self._platform))



def parse_tag(tag: str) -> frozenset[Tag]:
"""
Parses the provided tag (e.g. `py3-none-any`) into a frozenset of Tag instances.
Expand Down

0 comments on commit 843bc59

Please sign in to comment.