From 5e0de385198f7c77b98ed8545a7b198e6173e022 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sat, 27 Jan 2018 10:09:51 +1100 Subject: [PATCH] Removed duplicate line --- Tests/test_image_tobitmap.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Tests/test_image_tobitmap.py b/Tests/test_image_tobitmap.py index 5c47eade7..f93fce6a8 100644 --- a/Tests/test_image_tobitmap.py +++ b/Tests/test_image_tobitmap.py @@ -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")