mirror of
https://github.com/python/cpython.git
synced 2025-10-21 22:22:48 +00:00
bpo-40443: Remove unused imports in stdlib (GH-19815)
This commit is contained in:
parent
2935e65c36
commit
eb0d359b4b
3 changed files with 2 additions and 4 deletions
|
@ -8,10 +8,9 @@ from importlib.abc import ResourceLoader
|
|||
from io import BytesIO, TextIOWrapper
|
||||
from pathlib import Path
|
||||
from types import ModuleType
|
||||
from typing import Iterable, Iterator, Optional, Set, Union # noqa: F401
|
||||
from typing import Iterable, Iterator, Optional, Union # noqa: F401
|
||||
from typing import cast
|
||||
from typing.io import BinaryIO, TextIO
|
||||
from zipimport import ZipImportError
|
||||
|
||||
|
||||
__all__ = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue