Chore : rm dead code detected by pylance (#24588)

This commit is contained in:
Yongtao Huang
2025-08-27 13:19:40 +08:00
committed by GitHub
parent c06cfcbb5a
commit 826f19e968
8 changed files with 1 additions and 25 deletions

View File

@@ -95,7 +95,6 @@ class ToolBuiltinProviderInfoApi(Resource):
def get(self, provider):
user = current_user
user_id = user.id
tenant_id = user.current_tenant_id
return jsonable_encoder(BuiltinToolManageService.get_builtin_tool_provider_info(tenant_id, provider))