Correctly reference BaseClient

This commit is contained in:
Jamie Bliss 2024-01-11 04:01:54 +00:00
parent 2404a2a3e8
commit 5b1edda5a0
No known key found for this signature in database

View file

@ -165,7 +165,7 @@ def _wrap_transport(
return IpFilterWrapperTransport(blocked_ranges, transport)
class BaseClient(httpx.BaseClient):
class BaseClient(httpx._client.BaseClient):
def __init__(
self,
*,