mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-03-03 19:45:56 +03:00
Removed undefined variable
This commit is contained in:
parent
ea2982f284
commit
d321177589
|
@ -114,7 +114,7 @@ class TestImageWinDib(PillowTestCase):
|
||||||
|
|
||||||
# Act/Assert
|
# Act/Assert
|
||||||
self.assertRaises(Exception, dib.tostring)
|
self.assertRaises(Exception, dib.tostring)
|
||||||
self.assertRaises(Exception, lambda: dib.fromstring(test_buffer))
|
self.assertRaises(Exception, dib.fromstring)
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
|
Loading…
Reference in New Issue
Block a user