From dedd371c7f0425fda61843f9d487e0a1b5415620 Mon Sep 17 00:00:00 2001 From: Jan Buchar Date: Mon, 23 Dec 2024 17:44:41 +0100 Subject: [PATCH] fix: Fix typo in exports --- src/crawlee/http_clients/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/crawlee/http_clients/__init__.py b/src/crawlee/http_clients/__init__.py index acd742d29..ac627f79f 100644 --- a/src/crawlee/http_clients/__init__.py +++ b/src/crawlee/http_clients/__init__.py @@ -14,7 +14,7 @@ __all__ = [ 'BaseHttpClient', - 'CurlImpersonatedHttpClient', + 'CurlImpersonateHttpClient', 'HttpCrawlingResult', 'HttpResponse', 'HttpxHttpClient',