]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Linting
authorTom Christie <tom.christie@krakentechnologies.ltd>
Fri, 12 Jan 2024 12:18:49 +0000 (12:18 +0000)
committerTom Christie <tom.christie@krakentechnologies.ltd>
Fri, 12 Jan 2024 12:18:49 +0000 (12:18 +0000)
httpx/_config.py
httpx/_transports/default.py

index 69c3c6ffa8924d059449406dc93e2d633f0bea70..1af8a4565aaec4f6e7d2145d6f6d12ced4734d91 100644 (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]],
index 7802026940742e943d274185b43e6fb0b11b74d3..0829b5704cee2fef5ee911c09b80dbfa9bceea29 100644 (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 (