mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-27 09:44:31 +03:00
Too many blank lines
This commit is contained in:
parent
ac20a02b7a
commit
c7d924fd85
|
@ -670,6 +670,5 @@ class TestFileLibTiff(LibTiffTestCase):
|
||||||
self.assert_image_similar_tofile(im, "Tests/images/flower.jpg", 0.5)
|
self.assert_image_similar_tofile(im, "Tests/images/flower.jpg", 0.5)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
unittest.main()
|
unittest.main()
|
||||||
|
|
|
@ -22,7 +22,6 @@ class TestUnsupportedWebp(PillowTestCase):
|
||||||
WebPImagePlugin.SUPPORTED = True
|
WebPImagePlugin.SUPPORTED = True
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@unittest.skipIf(not HAVE_WEBP, "WebP support not installed")
|
@unittest.skipIf(not HAVE_WEBP, "WebP support not installed")
|
||||||
class TestFileWebp(PillowTestCase):
|
class TestFileWebp(PillowTestCase):
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user