mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-07-21 07:30:28 +08:00
Update typing_extensions imports in stdlib (#11244)
Co-authored-by: AlexWaygood <alex.waygood@gmail.com>
This commit is contained in:
co-authored by
AlexWaygood
parent
b6eaadcfe5
commit
53a8193d64
+2
-2
@@ -1,7 +1,7 @@
|
||||
from _typeshed import ReadableBuffer, SupportsWrite
|
||||
from collections.abc import Callable, Iterable, Iterator, Mapping
|
||||
from typing import Any, ClassVar, Protocol, SupportsBytes
|
||||
from typing_extensions import SupportsIndex, TypeAlias, final
|
||||
from typing import Any, ClassVar, Protocol, SupportsBytes, SupportsIndex, final
|
||||
from typing_extensions import TypeAlias
|
||||
|
||||
__all__ = [
|
||||
"PickleBuffer",
|
||||
|
||||
Reference in New Issue
Block a user