Skip to content

Commit

Permalink
fix: Don't report coverage on type check guard blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
jsfehler committed Oct 20, 2024
1 parent 80dce11 commit 9a2baa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion encyclopaedia/types_ren.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from typing import TYPE_CHECKING

if TYPE_CHECKING:
if TYPE_CHECKING: # pragma: no cover
from .encentry_ren import EncEntry
from .book import Book

Expand Down

0 comments on commit 9a2baa6

Please sign in to comment.