From b1a3aaa9143b6551c1567b2366241ebf37c52307 Mon Sep 17 00:00:00 2001 From: vishal332008 Date: Mon, 20 May 2024 21:33:08 +0000 Subject: [PATCH] [ci] auto-format --- plugin_manager.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin_manager.py b/plugin_manager.py index c84071d..81844db 100644 --- a/plugin_manager.py +++ b/plugin_manager.py @@ -387,8 +387,8 @@ class StartupTasks: new_supported_plugins_count = len(new_supported_plugins) if new_supported_plugins_count > 0: new_supported_plugins = ", ".join(map(title_it, (new_supported_plugins - if new_supported_plugins_count <= show_max_names else - new_supported_plugins[0:show_max_names]) + if new_supported_plugins_count <= show_max_names else + new_supported_plugins[0:show_max_names]) )) if new_supported_plugins_count == 1: notification_text = f"{new_supported_plugins_count} new plugin ({new_supported_plugins}) is available!"