mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-14 23:21:35 +00:00
style(proxy): black 24.10.0 format team_endpoints (CI)
Made-with: Cursor
This commit is contained in:
parent
265cb22c07
commit
46995a878b
1 changed files with 3 additions and 1 deletions
|
|
@ -4353,7 +4353,9 @@ async def list_team(
|
|||
except Exception as e:
|
||||
team_exception = """Invalid team object for team_id: {}. team_object={}.
|
||||
Error: {}
|
||||
""".format(team.team_id, team.model_dump(), str(e))
|
||||
""".format(
|
||||
team.team_id, team.model_dump(), str(e)
|
||||
)
|
||||
verbose_proxy_logger.exception(team_exception)
|
||||
continue
|
||||
# Sort the responses by team_alias
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue