Skip to content

Commit

Permalink
Correct order of parameters for Cursor's init (#301)
Browse files Browse the repository at this point in the history
* Correct order of parameters for Cursor's init

Fix for issue #300

* Update api.py
  • Loading branch information
shek1608 authored Apr 29, 2024
1 parent 715d075 commit bf64cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pydruid/db/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,8 @@ def __init__(
context=None,
header=False,
ssl_verify_cert=True,
proxies=None,
ssl_client_cert=None,
proxies=None,
):
self.url = url
self.context = context or {}
Expand Down

0 comments on commit bf64cf2

Please sign in to comment.