video downloads: reword download_config docstring (a wrapped line started with 'from the music side' — tripped the core/video no-music-import guard, a test false positive)
This commit is contained in:
parent
0a0859df7a
commit
441f0e9ad1
1 changed files with 2 additions and 2 deletions
|
|
@ -6,8 +6,8 @@ APIs — those are music-only). ``download_mode`` is one of those three, or
|
||||||
the (later-phase) engine tries in turn.
|
the (later-phase) engine tries in turn.
|
||||||
|
|
||||||
Pure normalize here (no DB, no network) so it's unit-tested in isolation. Stored in
|
Pure normalize here (no DB, no network) so it's unit-tested in isolation. Stored in
|
||||||
video.db's ``video_settings`` (``download_mode`` + ``hybrid_order`` JSON). Isolated
|
video.db's ``video_settings`` (``download_mode`` + ``hybrid_order`` JSON). Isolated:
|
||||||
from the music side — imports only json/typing.
|
imports only json/typing, and the music side never imports it.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue