Skip to content

Commit

Permalink
delete unecessary comments
Browse files Browse the repository at this point in the history
  • Loading branch information
thamerkhamassi authored and zeddo123 committed Oct 11, 2024
1 parent 6cb2feb commit b633766
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion octopipes/workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ def __init__(self, workflow: 'Workflow', input, dependencies: list | None = None
def __iter__(self):
self.current_step = 0
self.current_output = self.input
# self.outputs.append(self.current_output)
return self

def __next__(self):
Expand Down

0 comments on commit b633766

Please sign in to comment.