mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-29 03:16:18 +03:00
Merge pull request #2983 from radarhere/duplicate
Remove duplicate line
This commit is contained in:
commit
af4f501c8e
|
@ -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