mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
gh-131152, pkgutil: Remove unused imports (#131149)
This commit is contained in:
parent
7ffe93faf1
commit
14aed5e8ab
1 changed files with 0 additions and 2 deletions
|
@ -8,8 +8,6 @@ import importlib.machinery
|
||||||
import os
|
import os
|
||||||
import os.path
|
import os.path
|
||||||
import sys
|
import sys
|
||||||
from types import ModuleType
|
|
||||||
import warnings
|
|
||||||
|
|
||||||
__all__ = [
|
__all__ = [
|
||||||
'get_importer', 'iter_importers',
|
'get_importer', 'iter_importers',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue