Skip to content

Commit

Permalink
Merge branch 'master' into hunr/hpc
Browse files Browse the repository at this point in the history
  • Loading branch information
Riley Hun committed Aug 27, 2023
2 parents 4148bdc + 2eb661e commit 5f52326
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions metaflow/task.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ def __init__(
self.ubf_context = ubf_context

def _exec_step_function(self, step_function, input_obj=None):
self.environment.validate_environment(
self.console_logger, self.flow_datastore.TYPE
)
if input_obj is None:
step_function()
else:
Expand Down

0 comments on commit 5f52326

Please sign in to comment.