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 489ff4b

Browse filesBrowse files
vstinnerseehwan80
authored andcommitted
pythongh-131152, pkgutil: Remove unused imports (python#131149)
1 parent 36940d2 commit 489ff4b
Copy full SHA for 489ff4b

File tree

1 file changed

+0
-2
lines changed
Filter options

1 file changed

+0
-2
lines changed

‎Lib/pkgutil.py

Copy file name to clipboardExpand all lines: Lib/pkgutil.py
-2Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
import os
99
import os.path
1010
import sys
11-
from types import ModuleType
12-
import warnings
1311

1412
__all__ = [
1513
'get_importer', 'iter_importers',

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.