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
commit 826f19e968
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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))