mirror of
https://github.com/python/cpython.git
synced 2025-12-09 18:48:05 +00:00
bpo-42403: Fix pyflakes warnings in importlib (GH-23396)
Remove unused imports and unused local variables.
This commit is contained in:
parent
bf9d70a1a5
commit
7d9d25dbed
3 changed files with 0 additions and 4 deletions
|
|
@ -1,7 +1,5 @@
|
|||
"""The machinery of importlib: finders, loaders, hooks, etc."""
|
||||
|
||||
import _imp
|
||||
|
||||
from ._bootstrap import ModuleSpec
|
||||
from ._bootstrap import BuiltinImporter
|
||||
from ._bootstrap import FrozenImporter
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue