Skip to content

Commit b8ce1f1

Browse files
committed
Refactor HTTP client
1 parent 01305dd commit b8ce1f1

File tree

10 files changed

+455
-423
lines changed

10 files changed

+455
-423
lines changed

src/apify_client/_apify_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from apify_client._client_classes import ClientRegistry, ClientRegistryAsync
44
from apify_client._config import ClientConfig
5-
from apify_client._http_client import HttpClient, HttpClientAsync
5+
from apify_client._http_clients import HttpClient, HttpClientAsync
66
from apify_client._resource_clients import (
77
ActorClient,
88
ActorClientAsync,

0 commit comments

Comments
 (0)