Skip to content

Commit

Permalink
Ignore coverage misses in tests.compat.py39
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jun 4, 2024
1 parent aab60f4 commit 294a462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/compat/py39.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

try:
from importlib.resources.abc import Traversable
except ImportError:
except ImportError: # pragma: no cover
try:
# Python 3.9
from importlib.abc import Traversable
Expand Down

0 comments on commit 294a462

Please sign in to comment.