Skip to content

Commit cb6602c

Browse files
chore(deps): lock file maintenance (#879)
1 parent e778c3a commit cb6602c

3 files changed

Lines changed: 524 additions & 524 deletions

File tree

tests/unit/test_pluggable_http_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
import pytest
77

88
import apify_client as apify_client_module
9+
import apify_client.http_clients as http_clients_module
910
from apify_client import ApifyClient, ApifyClientAsync
1011
from apify_client.errors import ApifyApiError
1112
from apify_client.http_clients import (
@@ -288,7 +289,6 @@ async def test_apify_client_async_with_custom_http_client_accepts_url_params() -
288289

289290
def test_public_exports() -> None:
290291
"""HTTP client types are exposed from `apify_client.http_clients`, not the root namespace."""
291-
http_clients_module = apify_client_module.http_clients
292292
for name in ('HttpClient', 'HttpClientAsync', 'HttpResponse', 'ImpitHttpClient', 'ImpitHttpClientAsync'):
293293
assert hasattr(http_clients_module, name)
294294
assert not hasattr(apify_client_module, name)

0 commit comments

Comments
 (0)