Skip to content

Commit

Permalink
docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
zzstoatzz authored Sep 15, 2023
1 parent 70066f7 commit 006d3df
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@


def emit_on_complete(flow: Flow, flow_run: FlowRun, state: State):
"""State change hook that will run upon the `flow_run` entering a `Completed` state"""
print(
f"hello from {flow_run.name}'s completion hook |"
f" the return value was {(r := state.result())!r}"
Expand Down

0 comments on commit 006d3df

Please sign in to comment.