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 d9fc620 commit 75670d2Copy full SHA for 75670d2
importlib_metadata/__init__.py
@@ -28,7 +28,7 @@
28
from importlib.abc import MetaPathFinder
29
from itertools import starmap
30
from re import Match
31
-from typing import Any, List, Optional, Set, cast
+from typing import Any, cast
32
33
from . import _meta
34
from ._collections import FreezableDefaultDict, Pair
0 commit comments