Skip to content

Commit 8209dbb

Browse files
authored
Fix formatting issues in wave6_blackfox_execution_handoff.py
1 parent 175683e commit 8209dbb

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/ix_cognition_kernel/wave6_blackfox_execution_handoff.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -329,8 +329,7 @@ def ready_for_blackfox_review_packet(self) -> bool:
329329
"""Return whether this package may become a BlackFox review packet."""
330330

331331
return (
332-
self.status
333-
is WaveSixBlackFoxHandoffStatus.READY_FOR_BLACKFOX_REVIEW_PACKET
332+
self.status is WaveSixBlackFoxHandoffStatus.READY_FOR_BLACKFOX_REVIEW_PACKET
334333
)
335334

336335
@property

0 commit comments

Comments
 (0)