We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f21da47 commit 9886f05Copy full SHA for 9886f05
1 file changed
tests/test_provenance_readiness.py
@@ -3,6 +3,10 @@
3
import pytest
4
5
from ix_autonomy_assurance_case_runtime.contracts import ContractValueError
6
+from ix_autonomy_assurance_case_runtime.prototype_readiness import (
7
+ PrototypeClaimLevel,
8
+ PrototypeReadinessDecision,
9
+)
10
from ix_autonomy_assurance_case_runtime.provenance import (
11
ArtifactDigest,
12
ProvenanceArtifactType,
@@ -23,11 +27,6 @@
23
27
ProvenanceReadinessFindingSeverity,
24
28
ProvenanceReadinessFindingSource,
25
29
)
26
-from ix_autonomy_assurance_case_runtime.prototype_readiness import (
- PrototypeClaimLevel,
- PrototypeReadinessDecision,
-)
30
-
31
32
VALID_SHA256 = "a" * 64
33
0 commit comments