mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-10 22:41:41 +00:00
fix: use explicit re-export for router in policy_endpoints __init__
This commit is contained in:
parent
c5bfedb7a4
commit
63050089cb
1 changed files with 1 additions and 1 deletions
|
|
@ -9,5 +9,5 @@ are imported directly into this namespace.
|
|||
|
||||
from litellm.proxy.management_endpoints.policy_endpoints.endpoints import * # noqa: F401, F403
|
||||
from litellm.proxy.management_endpoints.policy_endpoints.endpoints import (
|
||||
router,
|
||||
router as router,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue