mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-10 22:41:41 +00:00
fix: remove unused RouteChoice import in semantic_guard.py
This commit is contained in:
parent
6cf0e7c27e
commit
c5bfedb7a4
1 changed files with 0 additions and 1 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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue