Skip to content

Commit

Permalink
Be more specific in return hint
Browse files Browse the repository at this point in the history
Signed-off-by: liamhuber <[email protected]>
  • Loading branch information
liamhuber committed Jan 17, 2025
1 parent f6ea024 commit 2240e98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyiron_workflow/nodes/composite.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ def _get_state_from_remote_other(self, other_self):
state.pop("_parent") # Got overridden to None for __getstate__, so keep local
return state

def disconnect_run(self) -> list[tuple[Channel, Channel]]:
def disconnect_run(self) -> list[tuple[InputSignal, OutputSignal]]:
"""
Disconnect all `signals.input.run` connections on all child nodes.
Expand Down

0 comments on commit 2240e98

Please sign in to comment.