mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 13:04:46 +08:00
Update typing_extensions imports in stdlib (#11244)
Co-authored-by: AlexWaygood <alex.waygood@gmail.com>
This commit is contained in:
@@ -2,8 +2,8 @@ import sys
|
||||
from _typeshed import FileDescriptorLike
|
||||
from collections.abc import Iterable
|
||||
from types import TracebackType
|
||||
from typing import Any
|
||||
from typing_extensions import Self, final
|
||||
from typing import Any, final
|
||||
from typing_extensions import Self
|
||||
|
||||
if sys.platform != "win32":
|
||||
PIPE_BUF: int
|
||||
|
||||
Reference in New Issue
Block a user