Simplify docstrings.

This commit is contained in:
Talmaj Marinc 2026-06-30 10:02:01 +02:00
parent 2b708d5af7
commit 4bd7cc153e

View File

@ -1,4 +1,4 @@
"""The per-download worker (PRD sections 5, 6, 8, 12). """The per-download worker.
One :class:`DownloadJob` drives a single file from probe to verified, cataloged One :class:`DownloadJob` drives a single file from probe to verified, cataloged
completion. It supports cooperative pause / resume / cancel, segmented completion. It supports cooperative pause / resume / cancel, segmented
@ -23,7 +23,6 @@ from comfy.cli_args import args
from app.model_downloader.constants import DownloadStatus from app.model_downloader.constants import DownloadStatus
from app.model_downloader.database import queries from app.model_downloader.database import queries
from app.model_downloader.engine.planner import ( from app.model_downloader.engine.planner import (
SegmentPlan,
effective_segment_count, effective_segment_count,
plan_segments, plan_segments,
) )