Skip to content

Commit b4999d0

Browse files
Fixing UTs
1 parent aabbb98 commit b4999d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/unitary/with_extras/aqua/test_evaluation.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
ShapeConfig,
2929
UIConfig,
3030
)
31-
from ads.aqua.constants import EVALUATION_REPORT_JSON, EVALUATION_REPORT_MD, UNKNOWN
31+
from ads.aqua.constants import EVALUATION_REPORT_JSON, EVALUATION_REPORT_MD
32+
from ads.common.utils import UNKNOWN
3233
from ads.aqua.evaluation import AquaEvaluationApp
3334
from ads.aqua.evaluation.entities import (
3435
AquaEvalMetrics,

0 commit comments

Comments
 (0)