Skip to content

Commit 75670d2

Browse files
committed
Remove unused imports.
1 parent d9fc620 commit 75670d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

importlib_metadata/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
from importlib.abc import MetaPathFinder
2929
from itertools import starmap
3030
from re import Match
31-
from typing import Any, List, Optional, Set, cast
31+
from typing import Any, cast
3232

3333
from . import _meta
3434
from ._collections import FreezableDefaultDict, Pair

0 commit comments

Comments
 (0)