fc3h: collapse multi-line sqlalchemy import in backup_run.py — fits under line-length=100, ruff I001 would bounce

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-24 23:12:06 -04:00
parent 83bd3b4b2d
commit e78a35d333
+1 -9
View File
@@ -20,15 +20,7 @@ feedback_check_existing_enums):
from datetime import datetime
from sqlalchemy import (
JSON,
BigInteger,
DateTime,
ForeignKey,
Integer,
String,
Text,
)
from sqlalchemy import JSON, BigInteger, DateTime, ForeignKey, Integer, String, Text
from sqlalchemy.orm import Mapped, mapped_column
from .base import Base