ruff format

This commit is contained in:
DESKTOP-RTLN3BA\$punk 2025-11-29 00:16:41 -08:00
parent 72236f65f7
commit 07234d7849
3 changed files with 71 additions and 29 deletions

View file

@ -522,8 +522,6 @@ class LLMConfig(BaseModel, TimestampMixin):
search_space = relationship("SearchSpace", back_populates="llm_configs")
class Log(BaseModel, TimestampMixin):
__tablename__ = "logs"