Skip to content

Commit

Permalink
Format code
Browse files Browse the repository at this point in the history
Signed-off-by: Krzysztof Białek <[email protected]>
  • Loading branch information
kbialek committed Jul 7, 2024
1 parent 78c5618 commit 941b9df
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/deye_plugin_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 941b9df

Please sign in to comment.