From b42a0c59a4e1a6a4a71c3f8ce4d50fcfb040736c Mon Sep 17 00:00:00 2001 From: Marcel van der Veldt Date: Sun, 13 Sep 2020 12:31:06 +0200 Subject: [PATCH] linting --- music_assistant/models/config_entry.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/music_assistant/models/config_entry.py b/music_assistant/models/config_entry.py index 1797dbdb..ef074e3b 100644 --- a/music_assistant/models/config_entry.py +++ b/music_assistant/models/config_entry.py @@ -29,7 +29,7 @@ class ConfigEntry: description_key: Optional[str] = None # key in the translations file help_key: Optional[str] = None # key in the translations file multi_value: bool = False # allow multiple values from the list - depends_on: str = "" # entry_key that needs to be set before this setting shows up in frontend + depends_on: str = "" # needs to be set before this setting shows up in frontend hidden: bool = False # hide from UI value: Optional[Any] = None # set by the configuration manager store_hashed: bool = False # value will be hashed, non reversible -- 2.34.1