Skip to content

Commit

Permalink
Revert "Revert "Break client""
Browse files Browse the repository at this point in the history
This reverts commit 47f50ad.
  • Loading branch information
liuverta committed Sep 26, 2023
1 parent 1eb1586 commit c38d1a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/verta/verta/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ def __init__(
socket = "{}:{}".format(socket, port)
scheme = back_end_url.scheme or ("https" if ".verta.ai" in socket else "http")

conn = _utils.Connection(
conn = _utils.Connection
scheme=scheme,
socket=socket,
max_retries=max_retries,
Expand Down

0 comments on commit c38d1a5

Please sign in to comment.