mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
fix ruff
This commit is contained in:
parent
d91e533d8e
commit
29a82c9773
1 changed files with 1 additions and 1 deletions
|
|
@ -286,7 +286,7 @@ def update_key_with_team(base_url: str, api_key: str, team_id: str) -> bool:
|
|||
|
||||
client = Client(base_url=base_url, api_key=api_key)
|
||||
try:
|
||||
result = client.keys.update(key=api_key, team_id=team_id)
|
||||
client.keys.update(key=api_key, team_id=team_id)
|
||||
click.echo(f"✅ Successfully assigned key to team: {team_id}")
|
||||
return True
|
||||
except requests.exceptions.HTTPError as e:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue