Skip to content

Commit 8fa6ac9

Browse files
authored
fix: Fix typo in exports (#841)
1 parent 2134b51 commit 8fa6ac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/crawlee/http_clients/__init__.py

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

1515
__all__ = [
1616
'BaseHttpClient',
17-
'CurlImpersonatedHttpClient',
17+
'CurlImpersonateHttpClient',
1818
'HttpCrawlingResult',
1919
'HttpResponse',
2020
'HttpxHttpClient',

0 commit comments

Comments
 (0)