We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc0f146 commit 175683eCopy full SHA for 175683e
1 file changed
src/ix_cognition_kernel/wave6_assurance_case_bridge.py
@@ -271,8 +271,7 @@ def ready_for_assurance_draft_export(self) -> bool:
271
"""Return whether this payload may be exported as a draft only."""
272
273
return (
274
- self.status
275
- is WaveSixAssuranceBridgeStatus.READY_FOR_ASSURANCE_DRAFT_EXPORT
+ self.status is WaveSixAssuranceBridgeStatus.READY_FOR_ASSURANCE_DRAFT_EXPORT
276
)
277
278
def canonical_payload(self) -> dict[str, Any]:
0 commit comments