fix: ruff lint

This commit is contained in:
Alex
2024-11-15 12:19:43 +00:00
parent a4c95fd62b
commit 144ab61e07

View File

@@ -1,8 +1,4 @@
from application.llm.base import BaseLLM
from application.core.settings import settings
class GoogleLLM(BaseLLM):