Linting
This commit is contained in:
parent
83b5e4bf13
commit
913ea35324
@ -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]],
|
||||
|
||||
@ -32,9 +32,9 @@ import httpcore
|
||||
from .._config import (
|
||||
DEFAULT_LIMITS,
|
||||
DEFAULT_NETWORK_OPTIONS,
|
||||
Proxy,
|
||||
Limits,
|
||||
NetworkOptions,
|
||||
Proxy,
|
||||
create_ssl_context,
|
||||
)
|
||||
from .._exceptions import (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user