style(v2 managed agents): black-format router.py

This commit is contained in:
Ishaan Jaffer 2026-05-07 13:48:30 -07:00
parent 3fdb612ed6
commit 3585b3db04
No known key found for this signature in database

View file

@ -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