Chore : rm dead code detected by pylance (#24588)
This commit is contained in:
parent
c06cfcbb5a
commit
826f19e968
8 changed files with 1 additions and 25 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue