mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
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:
commit
2b09c5d3bc
2 changed files with 0 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue