From 9ee467d84345acaadf7f274de74175c1265ea4ef Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Thu, 27 Sep 2018 19:41:27 +1000 Subject: [PATCH] Too many blank lines --- Tests/test_imageops.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Tests/test_imageops.py b/Tests/test_imageops.py index ce8a6629d..cf6a7b0d9 100644 --- a/Tests/test_imageops.py +++ b/Tests/test_imageops.py @@ -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)