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 011b861 commit 026c1e1Copy full SHA for 026c1e1
src/tox/config/loader/toml/__init__.py
@@ -1,7 +1,7 @@
1
from __future__ import annotations
2
3
from pathlib import Path
4
-from typing import TYPE_CHECKING, Dict, Iterator, List, Mapping, Set, TypeVar, cast
+from typing import TYPE_CHECKING, Dict, Iterator, List, Mapping, TypeVar, cast
5
6
from tox.config.loader.api import ConfigLoadArgs, Loader, Override
7
from tox.config.types import Command, EnvList
0 commit comments