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.
1 parent 212f652 commit 012a687Copy full SHA for 012a687
coverage/tomlconfig.py
@@ -15,11 +15,6 @@
15
import tomllib # pylint: disable=import-error
16
else:
17
# TOML support on Python 3.10 and below is an install-time extra option.
18
- # (Import typing is here because import_third_party will unload any module
19
- # that wasn't already imported. tomli imports typing, and if we unload it,
20
- # later it's imported again, and on Python 3.6, this causes infinite
21
- # recursion.)
22
- import typing # pylint: disable=unused-import
23
tomllib = import_third_party("tomli")
24
25
0 commit comments