Skip to content

Commit 489ff4b

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

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/pkgutil.py

Lines 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)