powerful-pager-38150
11/17/2023, 1:21 PMinputs
for steps that join foreach
outcomes? I have mypy complaining about it:
error: Function is missing a type annotation for one or more arguments [no-untyped-def]
function:
@step
def join_something(self, inputs) -> None:
self.merge_artifacts(inputs)
self.next(self.run_something_else)