Skip to content

Commit

Permalink
pragma comments
Browse files Browse the repository at this point in the history
  • Loading branch information
pomponchik committed Mar 2, 2024
1 parent 18f938b commit b58cfae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions escape/proxy_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

try:
from types import EllipsisType # type: ignore[attr-defined]
except ImportError:
EllipsisType = type(...)
except ImportError: # pragma: no cover
EllipsisType = type(...) # pragma: no cover

from emptylog import LoggerProtocol, EmptyLogger

Expand Down

0 comments on commit b58cfae

Please sign in to comment.