mirror of
https://github.com/python/cpython.git
synced 2025-11-02 11:08:57 +00:00
gh-120417: Remove unused imports in the stdlib (#120420)
This commit is contained in:
parent
4b5d3e0e72
commit
4c6d4f5cb3
11 changed files with 5 additions and 14 deletions
|
|
@ -13,7 +13,6 @@ except ImportError:
|
|||
_frozen_importlib_external = _bootstrap_external
|
||||
from ._abc import Loader
|
||||
import abc
|
||||
import warnings
|
||||
|
||||
|
||||
__all__ = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue