Skip to content

Commit 1c90c65

Browse files
remove project id from eval web socket handler
1 parent 6d8873e commit 1c90c65

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ads/aqua/extension/evaluation_ws_msg_handler.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
#!/usr/bin/env python
2-
# -*- coding: utf-8 -*--
32

43
# Copyright (c) 2024 Oracle and/or its affiliates.
54
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/
65

76
from typing import List, Union
87

9-
from tornado.web import HTTPError
10-
118
from ads.aqua.common.decorator import handle_exceptions
129
from ads.aqua.evaluation import AquaEvaluationApp
1310
from ads.aqua.extension.aqua_ws_msg_handler import AquaWSMsgHandler
@@ -33,7 +30,6 @@ def process(self) -> ListEvaluationsResponse:
3330

3431
eval_list = AquaEvaluationApp().list(
3532
list_eval_request.compartment_id or COMPARTMENT_OCID,
36-
list_eval_request.project_id,
3733
)
3834
response = ListEvaluationsResponse(
3935
message_id=list_eval_request.message_id,

0 commit comments

Comments
 (0)