Spaces:
Sleeping
Sleeping
XQ commited on
Commit ·
eeb0738
1
Parent(s): 4d2a2da
Remove unused import
Browse files
tests/test_llm_fallback.py
CHANGED
|
@@ -197,7 +197,6 @@ def test_streaming_integration_with_query_router_uses_fallback(monkeypatch) -> N
|
|
| 197 |
from langchain_core.messages import AIMessage
|
| 198 |
from langchain_core.output_parsers import StrOutputParser
|
| 199 |
|
| 200 |
-
from src.agent.intent_classifier import IntentClassifier
|
| 201 |
from src.agent.router import QueryRouter
|
| 202 |
from src.models import IntentType, QueryResult, DocumentChunk
|
| 203 |
|
|
|
|
| 197 |
from langchain_core.messages import AIMessage
|
| 198 |
from langchain_core.output_parsers import StrOutputParser
|
| 199 |
|
|
|
|
| 200 |
from src.agent.router import QueryRouter
|
| 201 |
from src.models import IntentType, QueryResult, DocumentChunk
|
| 202 |
|