mirror of
https://github.com/langgenius/dify.git
synced 2026-04-28 14:38:06 +08:00
chore: refurbish Python code by applying refurb linter rules (#8296)
This commit is contained in:
@ -327,7 +327,7 @@ class ToolApiProviderPreviousTestApi(Resource):
|
||||
|
||||
return ApiToolManageService.test_api_tool_preview(
|
||||
current_user.current_tenant_id,
|
||||
args["provider_name"] if args["provider_name"] else "",
|
||||
args["provider_name"] or "",
|
||||
args["tool_name"],
|
||||
args["credentials"],
|
||||
args["parameters"],
|
||||
|
||||
Reference in New Issue
Block a user