Merge pull request #21639 from BerriAI/fix/unused-imports-semantic-guard-and-policy-endpoints

fix(lint): remove unused imports in semantic_guard and policy_endpoints
This commit is contained in:
jquinter 2026-02-20 00:02:21 -03:00 committed by GitHub
commit 2b09c5d3bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 4 deletions

View File

@ -26,7 +26,6 @@ except ImportError:
if TYPE_CHECKING:
from semantic_router.routers import SemanticRouter
from semantic_router.schema import RouteChoice
from litellm.caching import DualCache
from litellm.proxy.auth.user_api_key_auth import UserAPIKeyAuth

View File

@ -8,6 +8,3 @@ 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,
)