style(test): fix ruff I001 import order in download task test
CI / lint (push) Successful in 3s
CI / frontend-build (push) Successful in 20s
CI / backend-lint-and-test (push) Successful in 25s
CI / intimp (push) Successful in 3m42s
CI / intapi (push) Successful in 7m38s
CI / intcore (push) Successful in 8m16s

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-03 17:04:29 -04:00
parent 6590dcdb39
commit 9cb24c9e1b
+1 -1
View File
@@ -33,8 +33,8 @@ def test_timeout_ladder_keeps_subprocess_budgets_under_soft_limit():
logs + finalizes the event) BEFORE Celery's SoftTimeLimitExceeded logs + finalizes the event) BEFORE Celery's SoftTimeLimitExceeded
preempts it. soft must in turn sit below the hard SIGKILL cap.""" preempts it. soft must in turn sit below the hard SIGKILL cap."""
from backend.app.services.gallery_dl import ( from backend.app.services.gallery_dl import (
BACKFILL_TIMEOUT_SECONDS,
_DEFAULT_GDL_TIMEOUT_SECONDS, _DEFAULT_GDL_TIMEOUT_SECONDS,
BACKFILL_TIMEOUT_SECONDS,
) )
from backend.app.tasks.download import ( from backend.app.tasks.download import (
DOWNLOAD_HARD_TIME_LIMIT, DOWNLOAD_HARD_TIME_LIMIT,