Skip to content

Commit

Permalink
Update http_requests.py
Browse files Browse the repository at this point in the history
  • Loading branch information
saimedhi authored Feb 21, 2024
1 parent 98b6ac0 commit f848639
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions opensearchpy/connection/http_requests.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ def __init__(
pool_maxsize: Any = None,
**kwargs: Any
) -> None:
self.kwargs=kwargs
if not REQUESTS_AVAILABLE:
raise ImproperlyConfigured(
"Please install requests to use RequestsHttpConnection."
Expand Down

0 comments on commit f848639

Please sign in to comment.