mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 13:34:58 +08:00
stdlib/@python2: clean imports (#5453)
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
import io
|
||||
import sys
|
||||
from _typeshed import AnyPath, ReadableBuffer, WriteableBuffer
|
||||
from typing import IO, Any, Iterable, List, Optional, TextIO, TypeVar, Union, overload
|
||||
from typing_extensions import Literal, SupportsIndex
|
||||
from typing import IO, Any, Iterable, List, Optional, TypeVar, Union
|
||||
from typing_extensions import SupportsIndex
|
||||
|
||||
_PathOrFile = Union[AnyPath, IO[bytes]]
|
||||
_T = TypeVar("_T")
|
||||
|
||||
Reference in New Issue
Block a user