From c5bfedb7a4815d5ff44fc52cd5267b11f6574d63 Mon Sep 17 00:00:00 2001 From: Ishaan Jaffer Date: Sat, 21 Feb 2026 09:35:33 -0800 Subject: [PATCH] fix: remove unused RouteChoice import in semantic_guard.py --- .../guardrails/guardrail_hooks/semantic_guard/semantic_guard.py | 1 - 1 file changed, 1 deletion(-) diff --git a/litellm/proxy/guardrails/guardrail_hooks/semantic_guard/semantic_guard.py b/litellm/proxy/guardrails/guardrail_hooks/semantic_guard/semantic_guard.py index 04e8c2d5642..465c4a86c2f 100644 --- a/litellm/proxy/guardrails/guardrail_hooks/semantic_guard/semantic_guard.py +++ b/litellm/proxy/guardrails/guardrail_hooks/semantic_guard/semantic_guard.py @@ -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