mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 21:46:42 +08:00
Update typing_extensions imports in stdlib (#11244)
Co-authored-by: AlexWaygood <alex.waygood@gmail.com>
This commit is contained in:
@@ -3,8 +3,8 @@ from _typeshed import structseq
|
||||
from collections.abc import Callable, Iterable
|
||||
from enum import IntEnum
|
||||
from types import FrameType
|
||||
from typing import Any
|
||||
from typing_extensions import Final, Never, TypeAlias, final
|
||||
from typing import Any, Final, final
|
||||
from typing_extensions import Never, TypeAlias
|
||||
|
||||
NSIG: int
|
||||
|
||||
|
||||
Reference in New Issue
Block a user