From 5b1edda5a0c7bde13b7484e52c80582a64689dad Mon Sep 17 00:00:00 2001 From: Jamie Bliss Date: Thu, 11 Jan 2024 04:01:54 +0000 Subject: [PATCH] Correctly reference BaseClient --- core/httpy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/httpy.py b/core/httpy.py index e97aa7a..b2c4254 100644 --- a/core/httpy.py +++ b/core/httpy.py @@ -165,7 +165,7 @@ def _wrap_transport( return IpFilterWrapperTransport(blocked_ranges, transport) -class BaseClient(httpx.BaseClient): +class BaseClient(httpx._client.BaseClient): def __init__( self, *,