Too many blank lines

This commit is contained in:
Andrew Murray 2018-10-21 18:01:39 +11:00
parent ac20a02b7a
commit c7d924fd85
2 changed files with 0 additions and 2 deletions

View File

@ -670,6 +670,5 @@ class TestFileLibTiff(LibTiffTestCase):
self.assert_image_similar_tofile(im, "Tests/images/flower.jpg", 0.5)
if __name__ == '__main__':
unittest.main()

View File

@ -22,7 +22,6 @@ class TestUnsupportedWebp(PillowTestCase):
WebPImagePlugin.SUPPORTED = True
@unittest.skipIf(not HAVE_WEBP, "WebP support not installed")
class TestFileWebp(PillowTestCase):