mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 04:34:28 +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,7 @@ from _typeshed import structseq
|
||||
from collections.abc import Callable
|
||||
from threading import Thread
|
||||
from types import TracebackType
|
||||
from typing import Any, NoReturn
|
||||
from typing_extensions import Final, final
|
||||
from typing import Any, Final, NoReturn, final
|
||||
|
||||
error = RuntimeError
|
||||
|
||||
|
||||
Reference in New Issue
Block a user