From 60fedf5f5a24e378810462edc32c1b93092bfe14 Mon Sep 17 00:00:00 2001 From: Clayton Lemons Date: Wed, 18 Mar 2020 10:44:22 -0700 Subject: [PATCH] Remove unused parameter --- samples/core/exit_handler/exit_handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/core/exit_handler/exit_handler.py b/samples/core/exit_handler/exit_handler.py index 20ac35fde49..ea26837313f 100755 --- a/samples/core/exit_handler/exit_handler.py +++ b/samples/core/exit_handler/exit_handler.py @@ -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',