Too many blank lines

This commit is contained in:
Andrew Murray 2018-09-27 19:41:27 +10:00
parent e5491f8162
commit 9ee467d843

View File

@ -93,7 +93,6 @@ class TestImageOps(PillowTestCase):
"Tests/images/imageops_pad_"+label+"_"+str(i)+".jpg")
self.assert_image_similar(new_im, target, 6)
def test_pil163(self):
# Division by zero in equalize if < 255 pixels in image (@PIL163)