[ci] auto-format

This commit is contained in:
vishal332008 2024-04-20 18:24:27 +00:00 committed by github-actions[bot]
parent 84514438b4
commit 34bbcba187

View file

@ -375,7 +375,8 @@ class StartupTasks:
reverse=True, reverse=True,
) )
new_supported_plugins = new_supported_plugins[:new_plugin_count] new_supported_plugins = new_supported_plugins[:new_plugin_count]
new_supported_plugins = [plug.replace('_', ' ').title() for plug in new_supported_plugins] new_supported_plugins = [plug.replace('_', ' ').title()
for plug in new_supported_plugins]
new_supported_plugins_count = len(new_supported_plugins) new_supported_plugins_count = len(new_supported_plugins)
if new_supported_plugins_count > 0: if new_supported_plugins_count > 0:
new_supported_plugins = ", ".join(map(str, (new_supported_plugins new_supported_plugins = ", ".join(map(str, (new_supported_plugins