From 061dc9e605e952d41f47e2942c6bf85059503247 Mon Sep 17 00:00:00 2001 From: Bryan Van Deusen Date: Sat, 23 May 2026 11:05:35 -0400 Subject: [PATCH] fix(tasks): collapse double blank line between imports and IMAGES_ROOT in import_file.py (ruff I001) Co-Authored-By: Claude Opus 4.7 (1M context) --- backend/app/tasks/import_file.py | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/app/tasks/import_file.py b/backend/app/tasks/import_file.py index 4eee360..562e7e7 100644 --- a/backend/app/tasks/import_file.py +++ b/backend/app/tasks/import_file.py @@ -13,7 +13,6 @@ from ..services.importer import Importer from ..services.thumbnailer import Thumbnailer from ._sync_engine import sync_session_factory as _sync_session_factory - IMAGES_ROOT = Path("/images")