mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 05:51:52 +08:00
Import from collections.abc wherever possible (#7635)
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
import ssl
|
||||
import sys
|
||||
from _typeshed import StrOrBytesPath, SupportsRead
|
||||
from collections.abc import Callable, Iterable, Mapping, MutableMapping, Sequence
|
||||
from email.message import Message
|
||||
from http.client import HTTPMessage, HTTPResponse, _HTTPConnectionProtocol
|
||||
from http.cookiejar import CookieJar
|
||||
from typing import IO, Any, Callable, ClassVar, Iterable, Mapping, MutableMapping, NoReturn, Pattern, Sequence, TypeVar, overload
|
||||
from typing import IO, Any, ClassVar, NoReturn, Pattern, TypeVar, overload
|
||||
from typing_extensions import TypeAlias
|
||||
from urllib.error import HTTPError
|
||||
from urllib.response import addclosehook, addinfourl
|
||||
|
||||
Reference in New Issue
Block a user