fix: remove unused RouteChoice import in semantic_guard.py

This commit is contained in:
Ishaan Jaffer 2026-02-21 09:35:33 -08:00
parent 6cf0e7c27e
commit c5bfedb7a4

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