Prevent 'major' API/SDK version break.

This commit is contained in:
Remco Burema 2023-10-10 11:15:43 +02:00
parent 8d34bcdeb5
commit c20b227e5f
3 changed files with 5 additions and 6 deletions

View file

@ -124,7 +124,7 @@ class Nest2DArrange(Arranger):
return found_solution_for_all, node_items
def createGroupOperationForArrange(self, *, add_new_nodes_in_scene: bool = False) -> Tuple[GroupedOperation, int]:
def createGroupOperationForArrange(self, add_new_nodes_in_scene: bool = False) -> Tuple[GroupedOperation, int]:
scene_root = Application.getInstance().getController().getScene().getRoot()
found_solution_for_all, node_items = self.findNodePlacement()