applied black
This commit is contained in:
parent
64e3350dee
commit
315679468b
@ -58,7 +58,7 @@ class BoxSplitter:
|
|||||||
new_boxes = splitter(box)
|
new_boxes = splitter(box)
|
||||||
return new_boxes
|
return new_boxes
|
||||||
|
|
||||||
def __tree_recurse(self, boxes, step):
|
def __tree_recurse(self, boxes, step)
|
||||||
return map(rpartial(self.__split_recursively, step + 1), boxes)
|
return map(rpartial(self.__split_recursively, step + 1), boxes)
|
||||||
|
|
||||||
def __split_horizontal(self, box):
|
def __split_horizontal(self, box):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user