style(test): fix ruff I001 import order in download task test
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user