From 373c619b0c671f7effec4ca3d16d6259d8623f17 Mon Sep 17 00:00:00 2001 From: Matthias Bisping Date: Sat, 26 Mar 2022 19:24:34 +0100 Subject: [PATCH] formatting --- test/unit_tests/preprocessor_test.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/test/unit_tests/preprocessor_test.py b/test/unit_tests/preprocessor_test.py index 4102c12..327e3fb 100644 --- a/test/unit_tests/preprocessor_test.py +++ b/test/unit_tests/preprocessor_test.py @@ -1,12 +1,7 @@ -import logging - import numpy as np from PIL import Image from image_prediction.estimator.preprocessor.utils import image_to_normalized_tensor, images_to_batch_tensor -from image_prediction.utils import get_logger - - def test_image_to_tensor(images):