Skip to content

Commit

Permalink
LINT(all) minor formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
petrasvestartas committed Dec 5, 2023
1 parent 3e1a05c commit dd5c48e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compas_model/model/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -442,4 +442,4 @@ def copy_hierarchy(current_node, copy_node):
node1 = dict_old_guid_and_new_element[edge[1]]
copy.add_interaction(node0, node1)

return copy
return copy

0 comments on commit dd5c48e

Please sign in to comment.