Skip to content

Commit c2999a3

Browse files
Restore removed imports, and add them to all
1 parent 6f5b784 commit c2999a3

File tree

1 file changed

+5
-0
lines changed
  • tests/integration_tests/test_assets/python_rail

1 file changed

+5
-0
lines changed

tests/integration_tests/test_assets/python_rail/__init__.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# ruff: noqa: E501
22
import os
33

4+
from .validator_parallelism_reask_1 import VALIDATOR_PARALLELISM_REASK_1
5+
from .validator_parallelism_reask_2 import VALIDATOR_PARALLELISM_REASK_2
6+
47
DATA_DIR = os.path.join(os.path.abspath(os.path.dirname(__file__)))
58
reader = (
69
lambda filename: open(os.path.join(DATA_DIR, filename)).read().replace("\r", "")
@@ -40,4 +43,6 @@
4043
"LLM_OUTPUT_1_FAIL_GUARDRAILS_VALIDATION",
4144
"LLM_OUTPUT_2_SUCCEED_GUARDRAILS_BUT_FAIL_PYDANTIC_VALIDATION",
4245
"LLM_OUTPUT_3_SUCCEED_GUARDRAILS_AND_PYDANTIC",
46+
"VALIDATOR_PARALLELISM_REASK_1",
47+
"VALIDATOR_PARALLELISM_REASK_2",
4348
]

0 commit comments

Comments
 (0)