From b7dac705dd6a56408772a8f7f0350ecc04f7c7dd Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Wed, 2 Aug 2023 12:17:57 +0200 Subject: [PATCH] [qa] Avoid mypy crash --- tests/test_image_utils.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/test_image_utils.py b/tests/test_image_utils.py index e6da9cee..18c7fa24 100644 --- a/tests/test_image_utils.py +++ b/tests/test_image_utils.py @@ -6,9 +6,8 @@ import numpy import PIL.Image -from ptbench.data.image_utils import ( +from ptbench.data.image_utils import ( # SingleAutoLevel16to8, RemoveBlackBorders, - SingleAutoLevel16to8, load_pil, ) -- GitLab