mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Removed duplicate line
This commit is contained in:
parent
c255948860
commit
5e0de38519
|
@ -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")
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user