We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ffe93f commit 544d8f2Copy full SHA for 544d8f2
Lib/pkgutil.py
@@ -8,8 +8,6 @@
8
import os
9
import os.path
10
import sys
11
-from types import ModuleType
12
-import warnings
13
14
__all__ = [
15
'get_importer', 'iter_importers',
0 commit comments