From 698e647c6f48203e7d493f7f94c78c35e97a8ca3 Mon Sep 17 00:00:00 2001 From: Matthias Bisping Date: Tue, 12 Apr 2022 15:06:18 +0200 Subject: [PATCH] applied black --- image_prediction/stitching/utils.py | 2 +- image_prediction/utils/__init__.py | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/image_prediction/stitching/utils.py b/image_prediction/stitching/utils.py index 2e0053d..67a7ebe 100644 --- a/image_prediction/stitching/utils.py +++ b/image_prediction/stitching/utils.py @@ -32,4 +32,4 @@ def make_length_getter(dim): def validate_box(box): assert box[Info.X2] - box[Info.X1] == box[Info.WIDTH] - assert box[Info.Y2] - box[Info.Y1] == box[Info.HEIGHT] \ No newline at end of file + assert box[Info.Y2] - box[Info.Y1] == box[Info.HEIGHT] diff --git a/image_prediction/utils/__init__.py b/image_prediction/utils/__init__.py index f9e558e..e374e89 100644 --- a/image_prediction/utils/__init__.py +++ b/image_prediction/utils/__init__.py @@ -1,3 +1 @@ from .logger import get_logger - -