We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pragma: no cover
1 parent 77d8502 commit b5be389Copy full SHA for b5be389
src/tomli/_parser.py
@@ -17,7 +17,7 @@
17
)
18
19
MYPY = False
20
-if MYPY:
+if MYPY: # pragma: no cover
21
from collections.abc import Iterable
22
from typing import IO, Any, Final
23
src/tomli/_re.py
@@ -9,7 +9,7 @@
9
import re
10
11
12
13
from typing import Any, Final
14
15
from ._types import ParseFloat
0 commit comments