mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-15 14:31:59 +08:00
Update typing_extensions imports in stdlib (#11244)
Co-authored-by: AlexWaygood <alex.waygood@gmail.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import sys
|
||||
from types import TracebackType
|
||||
from typing import Any
|
||||
from typing_extensions import Literal, Self, TypeAlias, final
|
||||
from typing import Any, Literal, final
|
||||
from typing_extensions import Self, TypeAlias
|
||||
|
||||
if sys.platform == "win32":
|
||||
_KeyType: TypeAlias = HKEYType | int
|
||||
|
||||
Reference in New Issue
Block a user