fix(fc3k): add mime=image/jpeg to test ImageRecord ctors (NOT NULL) + reorder admin import after stdlib/3rd-party (ruff I001)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -21,6 +21,7 @@ def _make_image(db_sync, *, artist, path, sha256, size=1000, thumb=None):
|
||||
path=path,
|
||||
sha256=sha256,
|
||||
size_bytes=size,
|
||||
mime="image/jpeg",
|
||||
thumbnail_path=thumb,
|
||||
)
|
||||
db_sync.add(img)
|
||||
|
||||
Reference in New Issue
Block a user