mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-22 09:38:50 +08:00
Update typing_extensions imports in third-party stubs (#11245)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
from _typeshed import StrPath, SupportsKeysAndGetItem
|
||||
from collections.abc import Container, Iterable, Iterator, Mapping, MutableMapping, Sequence
|
||||
from typing import TypeVar, overload
|
||||
from typing_extensions import Literal, TypeAlias
|
||||
from typing import Literal, TypeVar, overload
|
||||
from typing_extensions import TypeAlias
|
||||
from uuid import UUID
|
||||
|
||||
_T = TypeVar("_T")
|
||||
|
||||
Reference in New Issue
Block a user