1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-16 12:45:18 +03:00
aports/testing/py3-googletrans/client.patch
2022-05-09 08:45:07 +00:00

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