Skip to content

Commit

Permalink
Mark code as uncovered. Ref jaraco/skeleton#130
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Aug 29, 2024
1 parent 26e40f2 commit 208a16e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytest_enabler/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

if sys.version_info >= (3, 9):
from importlib.abc import Traversable
else:
else: # pragma: no cover
from pathlib import Path as Traversable

if TYPE_CHECKING:
Expand Down

0 comments on commit 208a16e

Please sign in to comment.