mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-26 01:04:29 +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):
|
def test_sanity(self):
|
||||||
|
|
||||||
self.assertRaises(ValueError, lambda: hopper().tobitmap())
|
self.assertRaises(ValueError, lambda: hopper().tobitmap())
|
||||||
hopper().convert("1").tobitmap()
|
|
||||||
|
|
||||||
im1 = hopper().convert("1")
|
im1 = hopper().convert("1")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user