From 4e1fb7cdd63cbd01b5f089c7414d8e02fa48b5e9 Mon Sep 17 00:00:00 2001 From: Sam Dareska <37879103+samwaseda@users.noreply.github.com> Date: Thu, 19 Sep 2024 13:01:39 +0200 Subject: [PATCH] Remove redundant channel definition --- pyiron_workflow/draw.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pyiron_workflow/draw.py b/pyiron_workflow/draw.py index 252543178..c3c3ba53a 100644 --- a/pyiron_workflow/draw.py +++ b/pyiron_workflow/draw.py @@ -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,