Skip to content

Commit a5f6221

Browse files
committed
Cleanup unused assignments
1 parent 419c8d7 commit a5f6221

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

setuptools/config/expand.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,7 @@
5252

5353
if TYPE_CHECKING:
5454
from setuptools.dist import Distribution # noqa
55-
from setuptools.discovery import ConfigDiscovery # noqa
56-
from distutils.dist import DistributionMetadata # noqa
5755

58-
chain_iter = chain.from_iterable
5956
_K = TypeVar("_K")
6057
_V = TypeVar("_V", covariant=True)
6158

0 commit comments

Comments
 (0)