Skip to content

Commit

Permalink
import issues
Browse files Browse the repository at this point in the history
Signed-off-by: ahmedsobeh <[email protected]>
  • Loading branch information
ahmedsobeh committed Jun 28, 2024
1 parent 0b38d38 commit 7aaa63a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion valkey/connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -1024,8 +1024,8 @@ class initializer. In the case of conflicting arguments, querystring
arguments always win.
"""
from ._parsers.url_parser import parse_url
url_options = parse_url(url)

url_options = parse_url(url)
if "connection_class" in kwargs:
url_options["connection_class"] = kwargs["connection_class"]

Expand Down

0 comments on commit 7aaa63a

Please sign in to comment.