diff --git a/Tests/test_image_tobitmap.py b/Tests/test_image_tobitmap.py index 5c47eade7..f93fce6a8 100644 --- a/Tests/test_image_tobitmap.py +++ b/Tests/test_image_tobitmap.py @@ -6,7 +6,6 @@ class TestImageToBitmap(PillowTestCase): def test_sanity(self): self.assertRaises(ValueError, lambda: hopper().tobitmap()) - hopper().convert("1").tobitmap() im1 = hopper().convert("1")