Format plugin route with ruff

This commit is contained in:
ZouYonghe
2025-11-30 11:56:24 +08:00
parent 4c03e82570
commit 8d3ff61e0d
+3 -1
View File
@@ -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):