From 3585b3db048cec7e6467a82b9cdcbc03fe4ed505 Mon Sep 17 00:00:00 2001 From: Ishaan Jaffer Date: Thu, 7 May 2026 13:48:30 -0700 Subject: [PATCH] style(v2 managed agents): black-format router.py --- litellm/proxy/managed_agents_endpoints/router.py | 1 + 1 file changed, 1 insertion(+) diff --git a/litellm/proxy/managed_agents_endpoints/router.py b/litellm/proxy/managed_agents_endpoints/router.py index c5f98097a00..4414d19245e 100644 --- a/litellm/proxy/managed_agents_endpoints/router.py +++ b/litellm/proxy/managed_agents_endpoints/router.py @@ -3,6 +3,7 @@ Aggregates the endpoint sub-routers and exposes a single managed_agents_router for inclusion in the main FastAPI app. """ + from fastapi import APIRouter from litellm.proxy.managed_agents_endpoints.agents import router as agents_router