mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-04 20:03:20 +03:00
Linting changes
This commit is contained in:
parent
4b2746fc39
commit
ad70fc73cb
|
@ -396,7 +396,6 @@ class TestFileGif(PillowTestCase):
|
||||||
# Check BG is correct colour
|
# Check BG is correct colour
|
||||||
self.assertEqual(rgb_img.getpixel((1, 1)), (255, 255, 255, 0))
|
self.assertEqual(rgb_img.getpixel((1, 1)), (255, 255, 255, 0))
|
||||||
|
|
||||||
|
|
||||||
def test_iss634(self):
|
def test_iss634(self):
|
||||||
img = Image.open("Tests/images/iss634.gif")
|
img = Image.open("Tests/images/iss634.gif")
|
||||||
# seek to the second frame
|
# seek to the second frame
|
||||||
|
|
Loading…
Reference in New Issue
Block a user