Merge pull request #2983 from radarhere/duplicate

Remove duplicate line
This commit is contained in:
Hugo 2018-02-27 11:37:12 +02:00 committed by GitHub
commit af4f501c8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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