mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-25 19:17:16 +08:00
Update typing_extensions imports in third-party stubs (#11245)
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
from typing_extensions import Final
|
||||
from typing import Final
|
||||
|
||||
__version__: Final[str]
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
from typing_extensions import Literal
|
||||
from typing import Literal
|
||||
|
||||
implementation: str
|
||||
null: Literal[b""]
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
from typing import TypeVar
|
||||
from typing_extensions import Literal
|
||||
from typing import Literal, TypeVar
|
||||
|
||||
_T = TypeVar("_T")
|
||||
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
from _typeshed import Incomplete, Unused
|
||||
from typing import NoReturn, type_check_only
|
||||
from typing_extensions import final
|
||||
from typing import NoReturn, final, type_check_only
|
||||
|
||||
from pyasn1.type import constraint, namedtype
|
||||
from pyasn1.type.tag import TagSet
|
||||
|
||||
Reference in New Issue
Block a user