chore: ruff format

This commit is contained in:
DESKTOP-RTLN3BA\$punk 2025-12-23 02:56:13 -08:00
parent acf0396aa5
commit 0b86756082
2 changed files with 1 additions and 2 deletions

View file

@ -95,7 +95,7 @@ def upgrade() -> None:
thread_title = title or "Migrated Chat"
if len(thread_title) > 500:
thread_title = thread_title[:497] + "..."
result = connection.execute(
sa.text("""
INSERT INTO new_chat_threads

View file

@ -209,4 +209,3 @@ def downgrade():
END$$;
"""
)