fix: ruff format

This commit is contained in:
lyzno1
2025-10-25 12:08:22 +08:00
parent eecbe533a1
commit e3484c8dc3
3 changed files with 4 additions and 9 deletions

View File

@ -723,9 +723,7 @@ class PluginReadmeApi(Resource):
return jsonable_encoder(
{
"readme": PluginService.fetch_plugin_readme(
tenant_id,
args["plugin_unique_identifier"],
args.get("language", "en-US")
tenant_id, args["plugin_unique_identifier"], args.get("language", "en-US")
)
}
)