Fixed duplicate import in test_imagecms

This commit is contained in:
Andrew Murray 2015-04-01 09:10:12 +11:00
parent 128280e5b8
commit 192fa39fb7

View File

@ -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"]))