Clean up unused import

This commit is contained in:
Vadym Samoilenko 2026-02-27 21:50:56 +00:00
parent cf76b8048d
commit cf7a9ec305

View file

@ -34,7 +34,7 @@ from api.v1.ppt.endpoints.prompts import (
HTML_TO_REACT_SYSTEM_PROMPT,
)
from services.documents_loader import DocumentsLoader
from services.llm_service import UnifiedLLMService, _detect_llm_provider, LLMProvider
from services.llm_service import UnifiedLLMService, LLMProvider
# Use fast lite model for parsing (gemini-2.5-flash-lite)
def _get_parsing_provider():