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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user