Skip to content

Commit 017d8b5

Browse files
committed
missing imports
1 parent a940faf commit 017d8b5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/model_explainability/guardrails/test_guardrails.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99

1010
from tests.model_explainability.guardrails.constants import (
1111
QWEN_ISVC_NAME,
12-
CHAT_GENERATION_CONFIG,
13-
BUILTIN_DETECTOR_CONFIG,
1412
PROMPT_WITH_PII,
1513
EXAMPLE_EMAIL_ADDRESS,
1614
)
@@ -23,7 +21,7 @@
2321
log_request_and_response,
2422
)
2523
from tests.model_explainability.utils import validate_tai_component_images
26-
from utilities.constants import Timeout
24+
from utilities.constants import Timeout, CHAT_GENERATION_CONFIG, BUILTIN_DETECTOR_CONFIG, MNT_MODELS, MinIo
2725
from utilities.plugins.constant import OpenAIEnpoints
2826

2927
LOGGER = get_logger(name=__name__)

0 commit comments

Comments
 (0)