We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b147505 commit 5046a51Copy full SHA for 5046a51
2 files changed
httpx/_client.py
@@ -46,7 +46,7 @@
46
TimeoutTypes,
47
)
48
from ._urls import URL, QueryParams
49
-from ._utils import URLPattern, get_environment_proxies, build_url_pattern
+from ._utils import URLPattern, build_url_pattern, get_environment_proxies
50
51
if typing.TYPE_CHECKING:
52
import ssl # pragma: no cover
httpx/_utils.py
@@ -4,9 +4,8 @@
4
import os
5
import re
6
import typing
7
-from urllib.request import getproxies
8
-
9
from abc import abstractmethod
+from urllib.request import getproxies
10
11
from ._types import PrimitiveData
12
0 commit comments