Skip to content

Commit 175683e

Browse files
authored
Fix formatting in wave6_assurance_case_bridge.py
1 parent bc0f146 commit 175683e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/ix_cognition_kernel/wave6_assurance_case_bridge.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,8 +271,7 @@ def ready_for_assurance_draft_export(self) -> bool:
271271
"""Return whether this payload may be exported as a draft only."""
272272

273273
return (
274-
self.status
275-
is WaveSixAssuranceBridgeStatus.READY_FOR_ASSURANCE_DRAFT_EXPORT
274+
self.status is WaveSixAssuranceBridgeStatus.READY_FOR_ASSURANCE_DRAFT_EXPORT
276275
)
277276

278277
def canonical_payload(self) -> dict[str, Any]:

0 commit comments

Comments
 (0)