Skip to content

Commit 3f87fdd

Browse files
committed
fix: Add missing ValidationError import in lifecycle.py
This fixes the NameError in test_validate_dag where ValidationError was being used but not imported from xml_lib.types.
1 parent 556fc48 commit 3f87fdd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

xml_lib/lifecycle.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
Priority,
2020
Reference,
2121
ReferenceError,
22+
ValidationError,
2223
ValidationResult,
2324
)
2425
from xml_lib.utils.logging import get_logger, structured_log

0 commit comments

Comments
 (0)