mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
Import from collections.abc wherever possible (#7635)
This commit is contained in:
@@ -2,7 +2,8 @@ import enum
|
||||
import socket
|
||||
import sys
|
||||
from _typeshed import ReadableBuffer, Self, StrOrBytesPath, WriteableBuffer
|
||||
from typing import Any, Callable, Iterable, NamedTuple, Union, overload
|
||||
from collections.abc import Callable, Iterable
|
||||
from typing import Any, NamedTuple, Union, overload
|
||||
from typing_extensions import Literal, TypeAlias, TypedDict, final
|
||||
|
||||
_PCTRTT: TypeAlias = tuple[tuple[str, str], ...]
|
||||
|
||||
Reference in New Issue
Block a user