Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 75670d2

Browse filesBrowse files
committed
Remove unused imports.
1 parent d9fc620 commit 75670d2
Copy full SHA for 75670d2

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎importlib_metadata/__init__.py

Copy file name to clipboardExpand all lines: importlib_metadata/__init__.py
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.