Skip to content

Commit

Permalink
Format black
Browse files Browse the repository at this point in the history
  • Loading branch information
pyiron-runner committed Nov 4, 2023
1 parent df6934c commit a52d8c8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyiron_workflow/macro.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,9 +205,7 @@ def _get_linking_channel(
composite_channel.value = child_reference_channel.value

if isinstance(composite_channel, InputData):
composite_channel.strict_hints = (
child_reference_channel.strict_hints
)
composite_channel.strict_hints = child_reference_channel.strict_hints
composite_channel.value_receiver = child_reference_channel
elif isinstance(composite_channel, OutputData):
child_reference_channel.value_receiver = composite_channel
Expand Down

0 comments on commit a52d8c8

Please sign in to comment.