Skip to content

Commit

Permalink
remove vestigial code
Browse files Browse the repository at this point in the history
  • Loading branch information
savingoyal committed Aug 23, 2023
1 parent 76eee80 commit 7982318
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 7982318

Please sign in to comment.