Skip to content

Commit 7594e0f

Browse files
author
npow
committed
remove flush()
1 parent 3ee4b3c commit 7594e0f

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

metaflow/plugins/argo/argo_workflows_cli.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,6 @@ def create(
287287
},
288288
f,
289289
)
290-
f.flush()
291290

292291
obj.echo("Deploying *%s* to Argo Workflows..." % obj.flow.name, bold=True)
293292

@@ -945,7 +944,6 @@ def _convert_value(param):
945944
},
946945
f,
947946
)
948-
f.flush()
949947

950948
obj.echo(
951949
"Workflow *{name}* triggered on Argo Workflows "

metaflow/plugins/aws/step_functions/step_functions_cli.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,6 @@ def create(
191191
},
192192
f,
193193
)
194-
f.flush()
195194

196195
obj.echo(
197196
"Deploying *%s* to AWS Step Functions..." % obj.state_machine_name, bold=True
@@ -560,7 +559,6 @@ def _convert_value(param):
560559
},
561560
f,
562561
)
563-
f.flush()
564562

565563
obj.echo(
566564
"Workflow *{name}* triggered on AWS Step Functions "

0 commit comments

Comments
 (0)