Skip to content

Commit f63b934

Browse files
author
Auto-format Bot
committed
Automatically reformatting code
1 parent 6d99b15 commit f63b934

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)