From 1a58ce6a57453cea445d432fb3b63613d570aed8 Mon Sep 17 00:00:00 2001 From: desofity <6726250@rambler.ru> Date: Fri, 18 Jul 2025 14:23:08 +0300 Subject: [PATCH] split label text to pass deepSource python check --- src/iSponsorBlockTV/setup_wizard.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/iSponsorBlockTV/setup_wizard.py b/src/iSponsorBlockTV/setup_wizard.py index 24423b9..37a628c 100644 --- a/src/iSponsorBlockTV/setup_wizard.py +++ b/src/iSponsorBlockTV/setup_wizard.py @@ -899,7 +899,8 @@ class UseProxyManager(Vertical): def compose(self) -> ComposeResult: yield Label("Use proxy", classes="title") yield Label( - "This feature allows application to use system proxy, if it is set in environmental variables.", + "This feature allows application to use system proxy," + " if it is set in environmental variables.", classes="subtitle", id="useproxy-subtitle", )