Skip to content

Commit 4b41fdd

Browse files
committed
Format black
1 parent 0026331 commit 4b41fdd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pyiron_workflow/nodes/composite.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,7 @@ def _on_run(self):
141141
# Reset provenance and run status trackers
142142
self.provenance_by_execution = []
143143
self.provenance_by_completion = []
144-
self.running_children = [
145-
n.label for n in self if n.running
146-
]
144+
self.running_children = [n.label for n in self if n.running]
147145
self.signal_queue = []
148146

149147
for node in self.starting_nodes:

0 commit comments

Comments
 (0)