mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 21:46:42 +08:00
Update typing_extensions imports in stdlib (#11244)
Co-authored-by: AlexWaygood <alex.waygood@gmail.com>
This commit is contained in:
@@ -4,8 +4,8 @@ from _typeshed import ReadableBuffer, StrOrBytesPath, SupportsLenAndGetItem, Unu
|
||||
from collections.abc import Callable, Generator, Iterable, Iterator, Mapping
|
||||
from datetime import date, datetime, time
|
||||
from types import TracebackType
|
||||
from typing import Any, Protocol, TypeVar, overload
|
||||
from typing_extensions import Literal, Self, SupportsIndex, TypeAlias, final
|
||||
from typing import Any, Literal, Protocol, SupportsIndex, TypeVar, final, overload
|
||||
from typing_extensions import Self, TypeAlias
|
||||
|
||||
_T = TypeVar("_T")
|
||||
_CursorT = TypeVar("_CursorT", bound=Cursor)
|
||||
|
||||
Reference in New Issue
Block a user