This commit is contained in:
Tom Christie 2024-01-12 12:18:49 +00:00
parent 83b5e4bf13
commit 913ea35324
2 changed files with 1 additions and 2 deletions

View File

@ -12,7 +12,6 @@ from ._types import CertTypes, HeaderTypes, TimeoutTypes, URLTypes, VerifyTypes
from ._urls import URL
from ._utils import get_ca_bundle_from_env
SOCKET_OPTION = typing.Union[
typing.Tuple[int, int, int],
typing.Tuple[int, int, typing.Union[bytes, bytearray]],

View File

@ -32,9 +32,9 @@ import httpcore
from .._config import (
DEFAULT_LIMITS,
DEFAULT_NETWORK_OPTIONS,
Proxy,
Limits,
NetworkOptions,
Proxy,
create_ssl_context,
)
from .._exceptions import (