mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 00:37:10 +08:00
Update typing_extensions imports in third-party stubs (#11245)
This commit is contained in:
@@ -3,8 +3,8 @@ from _typeshed import Unused
|
||||
from collections import OrderedDict
|
||||
from collections.abc import Iterator
|
||||
from re import Match, Pattern
|
||||
from typing import Any, overload
|
||||
from typing_extensions import Final, Literal, Never, Self, TypeAlias
|
||||
from typing import Any, Final, Literal, overload
|
||||
from typing_extensions import Never, Self, TypeAlias
|
||||
|
||||
_RetType: TypeAlias = type[float | datetime.datetime]
|
||||
_Expressions: TypeAlias = list[str] # fixed-length list of 5 or 6 strings
|
||||
|
||||
Reference in New Issue
Block a user