From 8d3ff61e0d5fd69fd5f19e8c99ca7701e4bd0c36 Mon Sep 17 00:00:00 2001 From: ZouYonghe <1259085392z@gmail.com> Date: Sun, 30 Nov 2025 11:56:24 +0800 Subject: [PATCH] Format plugin route with ruff --- astrbot/dashboard/routes/plugin.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/astrbot/dashboard/routes/plugin.py b/astrbot/dashboard/routes/plugin.py index 94197399e..f2a35dfe1 100644 --- a/astrbot/dashboard/routes/plugin.py +++ b/astrbot/dashboard/routes/plugin.py @@ -20,7 +20,9 @@ from astrbot.core.star.star_manager import PluginManager from .route import Response, Route, RouteContext -PLUGIN_UPDATE_CONCURRENCY = 3 # limit concurrent updates to avoid overwhelming plugin sources +PLUGIN_UPDATE_CONCURRENCY = ( + 3 # limit concurrent updates to avoid overwhelming plugin sources +) class PluginRoute(Route):