mirror of
https://github.com/python/cpython.git
synced 2025-07-09 20:35:26 +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,5 +1,4 @@
|
|||
"""Abstract base classes related to import."""
|
||||
from . import _bootstrap
|
||||
from . import _bootstrap_external
|
||||
from . import machinery
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue