Skip to content

Commit

Permalink
fix: update comments
Browse files Browse the repository at this point in the history
Signed-off-by: mao3267 <chenvincent610@gmail.com>
  • Loading branch information
mao3267 committed Jan 11, 2025
1 parent 97a0921 commit 58c2e91
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,5 @@ def signal_test_wf(data: typing.List[float]) -> dict:
# Define a "review-passes" approve node so that a human can review
# the title before finalizing it.
approve(upstream_item=title_input, name="review-passes", timeout=timedelta(hours=1))

# This conditional returns the finalized report if the review passes,
# otherwise it returns an invalid report output.

return reporting_wf(title_input, data)

0 comments on commit 58c2e91

Please sign in to comment.