Skip to content

Commit

Permalink
add comment again
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex committed Dec 28, 2024
1 parent 96ac9a2 commit 46d524d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starlette/_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
has_exceptiongroups = True
if sys.version_info < (3, 11): # pragma: no cover
try:
from exceptiongroup import BaseExceptionGroup
from exceptiongroup import BaseExceptionGroup # type: ignore[import-not-found]
except ImportError:
has_exceptiongroups = False

Expand Down

0 comments on commit 46d524d

Please sign in to comment.