applied black

This commit is contained in:
Matthias Bisping 2022-04-12 15:06:18 +02:00
parent d8f86d14a5
commit 698e647c6f
2 changed files with 1 additions and 3 deletions

View File

@ -32,4 +32,4 @@ def make_length_getter(dim):
def validate_box(box): def validate_box(box):
assert box[Info.X2] - box[Info.X1] == box[Info.WIDTH] assert box[Info.X2] - box[Info.X1] == box[Info.WIDTH]
assert box[Info.Y2] - box[Info.Y1] == box[Info.HEIGHT] assert box[Info.Y2] - box[Info.Y1] == box[Info.HEIGHT]

View File

@ -1,3 +1 @@
from .logger import get_logger from .logger import get_logger