From 967dd0994d77b75294cd6f77d3d3c94990220e01 Mon Sep 17 00:00:00 2001 From: kingsamurai123 Date: Tue, 9 May 2023 19:18:46 +0000 Subject: [PATCH] [ci] auto-format --- plugin_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin_manager.py b/plugin_manager.py index 8e70caa..3c8cce7 100644 --- a/plugin_manager.py +++ b/plugin_manager.py @@ -271,7 +271,7 @@ class StartupTasks: async def get_new_plugins(self): new_plugins = [] await self.plugin_manager.setup_index() - current_plugins = ## Need to fetch the current present plugins + current_plugins = # Need to fetch the current present plugins all_plugins = await self.plugin_manager.categories["All"].get_plugins() for plugin in all_plugins: if plugin not in current_plugins: