Skip to content

Commit 7e335b9

Browse files
author
ajosh0504
committed
Removing unreachable break
1 parent 9016f50 commit 7e335b9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

utils/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ def set_env(providers: List[str], passkey: str) -> None:
108108
print(f"Successfully set {key} environment variable.")
109109
elif status_code == 401:
110110
raise Exception(f"{response.json()['error']} Follow steps in the lab documentation to obtain your own credentials and set them as environment variables.")
111-
break
112111
else:
113112
raise Exception(f"{response.json()['error']}")
114113

0 commit comments

Comments
 (0)