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:
BoulderBadgeDad 2026-06-19 00:25:57 -07:00
parent 0a0859df7a
commit 441f0e9ad1

View file

@ -6,8 +6,8 @@ APIs — those are music-only). ``download_mode`` is one of those three, or
the (later-phase) engine tries in turn.
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
from the music side imports only json/typing.
video.db's ``video_settings`` (``download_mode`` + ``hybrid_order`` JSON). Isolated:
imports only json/typing, and the music side never imports it.
"""
from __future__ import annotations