Removed duplicate line

This commit is contained in:
Andrew Murray 2018-01-27 10:09:51 +11:00
parent c255948860
commit 5e0de38519

View File

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