Skip to content

Commit 9a38297

Browse files
antonpirkerarjenzorgdoc
authored andcommitted
Fixed config for old coverage versions (#3504)
1 parent da329b8 commit 9a38297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.coveragerc36

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ omit =
1111

1212
[report]
1313
exclude_lines =
14-
"if TYPE_CHECKING:",
14+
if TYPE_CHECKING:

0 commit comments

Comments
 (0)