Skip to content

Commit

Permalink
Update src/packaging/metadata.py
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii authored Sep 27, 2024
1 parent cb0ed99 commit c76e984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/packaging/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
T = typing.TypeVar("T")


if sys.version_info < (3, 11):
if sys.version_info < (3, 11): # pragma: no cover

class ExceptionGroup(Exception):
"""A minimal implementation of :external:exc:`ExceptionGroup` from Python 3.11.
Expand Down

0 comments on commit c76e984

Please sign in to comment.