Skip to content

Commit

Permalink
fixing line too long error
Browse files Browse the repository at this point in the history
  • Loading branch information
tdigangi committed May 1, 2024
1 parent 6a858a2 commit 3a7fa61
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,8 @@ def from_components( # Implemented in order to keep the current API
endpoint = sdk_manager.get_endpoint(endpoint_id=endpoint_id)

if private_service_connect_ip_address:
endpoint.private_service_connect_ip_address = private_service_connect_ip_address
endpoint.private_service_connect_ip_address = \
private_service_connect_ip_address

return cls(
document_storage=GCSDocumentStorage(bucket=bucket),
Expand Down

0 comments on commit 3a7fa61

Please sign in to comment.