From 9cb24c9e1b713d925e6daf5e5c080f66b833fee7 Mon Sep 17 00:00:00 2001 From: Bryan Van Deusen Date: Wed, 3 Jun 2026 17:04:29 -0400 Subject: [PATCH] style(test): fix ruff I001 import order in download task test Co-Authored-By: Claude Opus 4.8 (1M context) --- tests/test_download_source_task.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_download_source_task.py b/tests/test_download_source_task.py index c63faee..6a7ab7e 100644 --- a/tests/test_download_source_task.py +++ b/tests/test_download_source_task.py @@ -33,8 +33,8 @@ def test_timeout_ladder_keeps_subprocess_budgets_under_soft_limit(): logs + finalizes the event) BEFORE Celery's SoftTimeLimitExceeded preempts it. soft must in turn sit below the hard SIGKILL cap.""" from backend.app.services.gallery_dl import ( - BACKFILL_TIMEOUT_SECONDS, _DEFAULT_GDL_TIMEOUT_SECONDS, + BACKFILL_TIMEOUT_SECONDS, ) from backend.app.tasks.download import ( DOWNLOAD_HARD_TIME_LIMIT,