mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 05:51:52 +08:00
Update typing_extensions imports in stdlib (#11244)
Co-authored-by: AlexWaygood <alex.waygood@gmail.com>
This commit is contained in:
@@ -6,8 +6,8 @@ from _typeshed import FileDescriptorOrPath, ReadableBuffer, WriteableBuffer
|
||||
from collections.abc import Callable, Iterable, Iterator
|
||||
from os import _Opener
|
||||
from types import TracebackType
|
||||
from typing import IO, Any, BinaryIO, TextIO, TypeVar, overload
|
||||
from typing_extensions import Literal, Self
|
||||
from typing import IO, Any, BinaryIO, Literal, TextIO, TypeVar, overload
|
||||
from typing_extensions import Self
|
||||
|
||||
__all__ = [
|
||||
"BlockingIOError",
|
||||
|
||||
Reference in New Issue
Block a user