refactoring
This commit is contained in:
parent
ef70e11352
commit
b1efb5ed09
@ -75,8 +75,8 @@ class BoxSplitter:
|
||||
)
|
||||
|
||||
@staticmethod
|
||||
def __large_enough(box):
|
||||
return box["dim"] >= 10
|
||||
def __large_enough(wrapped_box: SplitKeyMapper):
|
||||
return wrapped_box["dim"] >= 10
|
||||
|
||||
@staticmethod
|
||||
def __get_child_boxes(wrapped_box: SplitKeyMapper):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user