diff --git a/litellm/proxy/management_endpoints/policy_endpoints/__init__.py b/litellm/proxy/management_endpoints/policy_endpoints/__init__.py index 8486a5660ac..a50c49865be 100644 --- a/litellm/proxy/management_endpoints/policy_endpoints/__init__.py +++ b/litellm/proxy/management_endpoints/policy_endpoints/__init__.py @@ -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, )