mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-16 04:35:13 +03:00
12 lines
506 B
Diff
12 lines
506 B
Diff
--- a/googletrans/client.py
|
|
+++ b/googletrans/client.py
|
|
@@ -52,7 +52,7 @@
|
|
|
|
def __init__(self, service_urls=None, user_agent=DEFAULT_USER_AGENT,
|
|
raise_exception=DEFAULT_RAISE_EXCEPTION,
|
|
- proxies: typing.Dict[str, httpcore.SyncHTTPTransport] = None, timeout: Timeout = None):
|
|
+ proxies: typing.Dict[str, httpcore.HTTPProxy] = None, timeout: Timeout = None):
|
|
|
|
self.client = httpx.Client()
|
|
if proxies is not None: # pragma: nocover
|
|
|