Skip to content

Commit

Permalink
fix: Fix typo in exports (#841)
Browse files Browse the repository at this point in the history
  • Loading branch information
janbuchar authored Dec 23, 2024
1 parent 2134b51 commit 8fa6ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crawlee/http_clients/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

__all__ = [
'BaseHttpClient',
'CurlImpersonatedHttpClient',
'CurlImpersonateHttpClient',
'HttpCrawlingResult',
'HttpResponse',
'HttpxHttpClient',
Expand Down

0 comments on commit 8fa6ac9

Please sign in to comment.