Skip to content

Commit 726e7c2

Browse files
varun369claude
andcommitted
fix(ci): format import line for ruff compliance
Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
1 parent fa6f053 commit 726e7c2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/agentassert_abc/dsl/validator.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,12 @@
1616
import re
1717

1818
from agentassert_abc.dsl.models import ValidationError
19-
from agentassert_abc.models import ConstraintCheck, ContractSpec, GovernanceConstraint, SoftConstraint # noqa: TCH001
19+
from agentassert_abc.models import ( # noqa: TCH001
20+
ConstraintCheck,
21+
ContractSpec,
22+
GovernanceConstraint,
23+
SoftConstraint,
24+
)
2025

2126
_OPERATOR_FIELDS = (
2227
"equals", "not_equals", "gt", "gte", "lt", "lte",

0 commit comments

Comments
 (0)