Skip to content

Commit

Permalink
It doesn't support nested groups
Browse files Browse the repository at this point in the history
  • Loading branch information
RunDevelopment committed Jul 25, 2023
1 parent 2c1df96 commit d056eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/nodes/groups.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ def optional_list_group(*inputs: BaseInput | NestedGroup):
return group("optional-list")(*inputs)


def linked_inputs_group(*inputs: BaseInput | NestedGroup):
def linked_inputs_group(*inputs: BaseInput):
"""
This group wraps around inputs of the same type. It ensures that all inputs have the same
value.
Expand Down

0 comments on commit d056eea

Please sign in to comment.