Skip to content

Commit

Permalink
formatitng
Browse files Browse the repository at this point in the history
  • Loading branch information
kat-wicks committed Jun 14, 2024
1 parent 8075d12 commit 8005a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cleanlab_studio/cli/login/login.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def login(prev_state: PreviousState, key: str) -> None:
raise AuthError(
{
"code": "invalid_api_key",
"description":"API key is invalid. Check https://app.cleanlab.ai/upload for your current API key.",
"description": "API key is invalid. Check https://app.cleanlab.ai/upload for your current API key.",
},
401,
)
Expand Down

0 comments on commit 8005a69

Please sign in to comment.