Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
Signed-off-by: liamhuber <[email protected]>
  • Loading branch information
liamhuber committed Jan 16, 2025
1 parent 08ff9b2 commit ea62e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyiron_workflow/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ def __rshift__(self, other: InputSignal | HasIO) -> InputSignal | HasIO:
return other

def _connect_accumulating_input_signal(
self, signal: AccumulatingInputSignal
self, signal: AccumulatingInputSignal
) -> None:
self.signals.output.ran.connect(signal)

Expand Down

0 comments on commit ea62e87

Please sign in to comment.