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 419c8d7 commit a5f6221Copy full SHA for a5f6221
setuptools/config/expand.py
@@ -52,10 +52,7 @@
52
53
if TYPE_CHECKING:
54
from setuptools.dist import Distribution # noqa
55
- from setuptools.discovery import ConfigDiscovery # noqa
56
- from distutils.dist import DistributionMetadata # noqa
57
58
-chain_iter = chain.from_iterable
59
_K = TypeVar("_K")
60
_V = TypeVar("_V", covariant=True)
61
0 commit comments