split label text to pass deepSource python check

This commit is contained in:
desofity
2025-07-18 14:23:08 +03:00
parent cd7e5c83c7
commit 1a58ce6a57

View File

@@ -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",
)