linter fix
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Fri, 18 Sep 2020 07:13:30 +0000 (09:13 +0200)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Fri, 18 Sep 2020 07:13:30 +0000 (09:13 +0200)
music_assistant/config.py

index 4362fc817adc1a19232678c5cb8faf98ddaeb833..cd898d8ee93c2c698972f10b392e8ba6d1764cc7 100755 (executable)
@@ -347,7 +347,8 @@ class MassConfig:
             return DEFAULT_PLAYER_CONFIG_ENTRIES + player.config_entries
         return DEFAULT_PLAYER_CONFIG_ENTRIES
 
-    def get_base_config_entries(self, base_key) -> List[ConfigEntry]:
+    @staticmethod
+    def get_base_config_entries(base_key) -> List[ConfigEntry]:
         """Return all base config entries."""
         return DEFAULT_BASE_CONFIG_ENTRIES[base_key]