8000 gh-131152, pkgutil: Remove unused imports (#131149) · python/cpython@14aed5e · GitHub
[go: up one dir, main page]

Skip to content

Commit 14aed5e

Browse files
authored
gh-131152, pkgutil: Remove unused imports (#131149)
1 parent 7ffe93f commit 14aed5e

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