From 441f0e9ad181da04eb8d76617c4fe6d2b1ba90f7 Mon Sep 17 00:00:00 2001 From: BoulderBadgeDad Date: Fri, 19 Jun 2026 00:25:57 -0700 Subject: [PATCH] =?UTF-8?q?video=20downloads:=20reword=20download=5Fconfig?= =?UTF-8?q?=20docstring=20(a=20wrapped=20line=20started=20with=20'from=20t?= =?UTF-8?q?he=20music=20side'=20=E2=80=94=20tripped=20the=20core/video=20n?= =?UTF-8?q?o-music-import=20guard,=20a=20test=20false=20positive)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/video/download_config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/video/download_config.py b/core/video/download_config.py index 7ae5dd8e..18752dfb 100644 --- a/core/video/download_config.py +++ b/core/video/download_config.py @@ -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