File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env python
2
- # -*- coding: utf-8 -*--
3
2
4
3
# Copyright (c) 2024 Oracle and/or its affiliates.
5
4
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/
6
5
7
6
from typing import List , Union
8
7
9
- from tornado .web import HTTPError
10
-
11
8
from ads .aqua .common .decorator import handle_exceptions
12
9
from ads .aqua .evaluation import AquaEvaluationApp
13
10
from ads .aqua .extension .aqua_ws_msg_handler import AquaWSMsgHandler
@@ -33,7 +30,6 @@ def process(self) -> ListEvaluationsResponse:
33
30
34
31
eval_list = AquaEvaluationApp ().list (
35
32
list_eval_request .compartment_id or COMPARTMENT_OCID ,
36
- list_eval_request .project_id ,
37
33
)
38
34
response = ListEvaluationsResponse (
39
35
message_id = list_eval_request .message_id ,
You can’t perform that action at this time.
0 commit comments