Skip to content

Commit cc34d68

Browse files
vstinnerplashchynski
authored andcommitted
pythongh-131152, pkgutil: Remove unused imports (python#131149)
1 parent 0e11dff commit cc34d68

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)