Skip to content

Commit c680ff7

Browse files
author
Nissan Pow
committed
style: black formatting
1 parent 4098e82 commit c680ff7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

test/ux/core/flows/basic/fail_flow.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ def start(self):
1515
@step
1616
def failing_step(self):
1717
raise RuntimeError("Deliberate failure for testing scheduler status reporting.")
18+
self.next(
19+
self.end
20+
) # noqa: unreachable — required for Metaflow's graph validator
1821

1922
@step
2023
def end(self):

0 commit comments

Comments
 (0)