From 941b9df1396e4dd38ddc27e951f8e55f3e9abe44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Bia=C5=82ek?= Date: Sun, 7 Jul 2024 09:41:27 +0200 Subject: [PATCH] Format code MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Krzysztof BiaƂek --- src/deye_plugin_loader.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/deye_plugin_loader.py b/src/deye_plugin_loader.py index 350bfb1..9af166a 100644 --- a/src/deye_plugin_loader.py +++ b/src/deye_plugin_loader.py @@ -52,8 +52,7 @@ def load_plugins(self, plugin_context: DeyePluginContext): for plugin_name in discovered_plugins: if plugin_name not in self.__config.plugins_enabled: self.__log.info( - "Plugin '%s' discovered but not loaded, because it's not enabled in the config", - plugin_name + "Plugin '%s' discovered but not loaded, because it's not enabled in the config", plugin_name ) continue