Skip to content

Commit

Permalink
exclude line from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Chilipp authored Oct 21, 2024
1 parent 40871cc commit 16bcd1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autodocsumm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def force_decode(string: str, encoding: str) -> str:
__version__ = _version.get_versions()['version']


if TYPE_CHECKING:
if TYPE_CHECKING: # pragma: no cover
DOCUMENTER_MIXIN_BASE = Documenter
else:
DOCUMENTER_MIXIN_BASE = object
Expand Down

0 comments on commit 16bcd1c

Please sign in to comment.