Skip to content

Commit e7565f1

Browse files
author
brandon
committed
Merge branch 'doc_fix' of github.com:groundlight/python-sdk into doc_fix
2 parents 6ebf364 + f63b934 commit e7565f1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/groundlight/client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,6 @@ def _verify_connectivity(self) -> None:
207207
f"Error connecting to Groundlight using API token '{self.api_token_prefix}...'"
208208
f" at endpoint '{self.endpoint}'. Endpoint might be invalid or unreachable? "
209209
"Check https://status.groundlight.ai/ for service status."
210-
211210
f"Original Error was: {str(e)}"
212211
)
213212
raise GroundlightClientError(msg) from e

0 commit comments

Comments
 (0)