Skip to content

Commit

Permalink
Correct order of parameters for Cursor's init
Browse files Browse the repository at this point in the history
Fix for issue druid-io#300
  • Loading branch information
shek1608 authored Feb 10, 2023
1 parent bd7b741 commit ccbdde9
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 ccbdde9

Please sign in to comment.