mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-15 23:31:29 +00:00
style(v2 managed agents): black-format router.py
This commit is contained in:
parent
3fdb612ed6
commit
3585b3db04
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue