Skip to content

Commit 678b438

Browse files
committed
Fix coverage.
1 parent 439dafa commit 678b438

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ exclude_lines = [
6262
"except ImportError:",
6363
"if self.debug:",
6464
"if sys.platform != \"win32\":",
65+
"if typing.TYPE_CHECKING:",
6566
"pragma: no cover",
6667
"raise AssertionError",
6768
"raise NotImplementedError",

0 commit comments

Comments
 (0)