fix: use explicit re-export for router in policy_endpoints __init__

This commit is contained in:
Ishaan Jaffer 2026-02-21 09:35:39 -08:00
parent c5bfedb7a4
commit 63050089cb

View file

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