From: Marvin Schenkel Date: Mon, 19 Jan 2026 15:28:31 +0000 (+0100) Subject: Fix linter X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=4556e2b6566d4e994cc9286a8e5c69c6b5184efd;p=music-assistant-server.git Fix linter --- diff --git a/music_assistant/providers/orf_radiothek/__init__.py b/music_assistant/providers/orf_radiothek/__init__.py index b4a37bb2..1f75f33d 100644 --- a/music_assistant/providers/orf_radiothek/__init__.py +++ b/music_assistant/providers/orf_radiothek/__init__.py @@ -118,7 +118,8 @@ async def get_config_entries( values: dict[str, ConfigValueType] | None = None, ) -> tuple[ConfigEntry, ...]: """Return provider configuration entries.""" - values = values or {} # ruff: noqa: ARG001 + # ruff: noqa: ARG001 + values = values or {} return ( ConfigEntry(