mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-07-03 21:20:49 +08:00
Simplify docstrings.
This commit is contained in:
parent
2b708d5af7
commit
4bd7cc153e
@ -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,
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user