Skip to content

Commit

Permalink
Remove unused parameter (#3306)
Browse files Browse the repository at this point in the history
  • Loading branch information
claytonlemons authored Mar 19, 2020
1 parent ce8a220 commit 4286953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/core/exit_handler/exit_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def gcs_download_op(url):
)


def echo_op(text, is_exit_handler=False):
def echo_op(text):
return dsl.ContainerOp(
name='echo',
image='library/bash:4.4.23',
Expand Down

0 comments on commit 4286953

Please sign in to comment.