mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-26 17:24:31 +03:00
Expected 2 blank lines
This commit is contained in:
parent
ddf85de481
commit
e5491f8162
|
@ -124,5 +124,6 @@ class TestImageRotate(PillowTestCase):
|
|||
corner = im.getpixel((0,0))
|
||||
self.assertEqual(corner, (255, 0, 0, 255))
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
||||
|
|
Loading…
Reference in New Issue
Block a user