Skip to content

Commit 544d8f2

Browse files
committed
pythongh-97850: pkgutil: Remove unused imports
1 parent 7ffe93f commit 544d8f2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/pkgutil.py

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