Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
silvanocerza committed Mar 26, 2024
1 parent 06a5936 commit 5df377f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def __init__(
if url and url.startswith("http") and url.endswith(".weaviate.network"):
self._client = weaviate.connect_to_wcs(
url,
auth_credentials=auth_client_secret.resolve_value(),
auth_credentials=auth_client_secret.resolve_value() if auth_client_secret else None,
headers=additional_headers,
additional_config=additional_config,
)
Expand Down

0 comments on commit 5df377f

Please sign in to comment.