linter + новые таски

This commit is contained in:
2026-02-10 12:53:01 +03:00
parent 33966548d7
commit 232dd947d8
70 changed files with 2294 additions and 720 deletions

View File

@@ -9,7 +9,7 @@
from typing import List, Optional
from sqlalchemy.orm import Session
from ..models.llm import LLMProvider
from ..plugins.llm_analysis.models import LLMProviderConfig, LLMProviderType
from ..plugins.llm_analysis.models import LLMProviderConfig
from ..core.logger import belief_scope, logger
from cryptography.fernet import Fernet
import os