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):