fix(fc3a): ruff I001 import-block fixes + use sqlalchemy.case (not func.case)

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-20 14:22:53 -04:00
parent ecca91753f
commit bf828c7b9d
4 changed files with 4 additions and 5 deletions
-1
View File
@@ -10,7 +10,6 @@ from sqlalchemy.ext.asyncio import AsyncSession
from ..models import Artist, Source
# App-level allowlist (frozenset to make accidental mutation loud).
KNOWN_PLATFORMS: frozenset[str] = frozenset({
"patreon", "fanbox", "subscribestar", "pixiv", "deviantart",