mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-28 22:02:24 +08:00
Update typing_extensions imports in third-party stubs (#11245)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
from collections.abc import Callable, Container, Iterable, Mapping, Sequence
|
||||
from typing import Any, NamedTuple
|
||||
from typing_extensions import Final, Self, TypeAlias
|
||||
from typing import Any, Final, NamedTuple
|
||||
from typing_extensions import Self, TypeAlias
|
||||
|
||||
from .version import __version__ as __version__
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
from typing_extensions import Final
|
||||
from typing import Final
|
||||
|
||||
version: Final[str]
|
||||
__version__: Final[str]
|
||||
|
||||
Reference in New Issue
Block a user