mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-27 18:36:17 +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):
|
||||
|
||||
self.assertRaises(ValueError, lambda: hopper().tobitmap())
|
||||
hopper().convert("1").tobitmap()
|
||||
|
||||
im1 = hopper().convert("1")
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user