Skip to content

Commit

Permalink
Merge pull request #459 from pyiron/remove_redundant_channel
Browse files Browse the repository at this point in the history
Remove redundant channel definition
  • Loading branch information
samwaseda authored Sep 19, 2024
2 parents c33c9e1 + 4e1fb7c commit 89ddd30
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyiron_workflow/draw.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ def __init__(self, parent: _IO, channel: WorkflowChannel, local_name: str):
self._parent = parent
self._name = self.parent.name + local_name
self._label = local_name + self._build_label_suffix()
self.channel: WorkflowChannel = channel

self.graph.node(
name=self.name,
Expand Down

0 comments on commit 89ddd30

Please sign in to comment.