From: Marcel van der Veldt Date: Sun, 13 Sep 2020 10:31:06 +0000 (+0200) Subject: linting X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=b42a0c59a4e1a6a4a71c3f8ce4d50fcfb040736c;p=music-assistant-server.git linting --- 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