From c3962322b77652a341311b9afbb4fbc7101794d0 Mon Sep 17 00:00:00 2001 From: Nandana Dileep Date: Sun, 19 Apr 2026 16:35:52 +0530 Subject: [PATCH] style: fix black 24.10.0 formatting for team_endpoints.py --- litellm/proxy/management_endpoints/team_endpoints.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/litellm/proxy/management_endpoints/team_endpoints.py b/litellm/proxy/management_endpoints/team_endpoints.py index 71446cecbdb..e4886eb6d15 100644 --- a/litellm/proxy/management_endpoints/team_endpoints.py +++ b/litellm/proxy/management_endpoints/team_endpoints.py @@ -4051,7 +4051,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