mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-13 05:06:49 +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
|
||||
self.assertEqual(rgb_img.getpixel((1, 1)), (255, 255, 255, 0))
|
||||
|
||||
|
||||
def test_iss634(self):
|
||||
img = Image.open("Tests/images/iss634.gif")
|
||||
# seek to the second frame
|
||||
|
|
Loading…
Reference in New Issue
Block a user