diff --git a/Tests/test_imagecms.py b/Tests/test_imagecms.py index d669b4de5..93bdda44c 100644 --- a/Tests/test_imagecms.py +++ b/Tests/test_imagecms.py @@ -240,7 +240,6 @@ class TestImageCms(PillowTestCase): self.assert_image_similar(hopper(), out, 2) def test_profile_tobytes(self): - from io import BytesIO i = Image.open("Tests/images/rgb.jpg") p = ImageCms.getOpenProfile(BytesIO(i.info["icc_profile"]))