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 46d524d commit f928ff3
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 # type: ignore[import-not-found]
from exceptiongroup import BaseExceptionGroup # type: ignore[import-not-found] # type: ignore[unused-ignore]
except ImportError:
has_exceptiongroups = False

Expand Down

0 comments on commit f928ff3

Please sign in to comment.