mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Remove unnecessary lambda
This commit is contained in:
parent
5d2e4f48dd
commit
052905bf5c
|
@ -32,7 +32,7 @@ class TestFileGribStub(PillowTestCase):
|
|||
im = Image.open(TEST_FILE)
|
||||
|
||||
# Act / Assert: stub cannot load without an implemented handler
|
||||
self.assertRaises(IOError, lambda: im.load())
|
||||
self.assertRaises(IOError, im.load)
|
||||
|
||||
def test_save(self):
|
||||
# Arrange
|
||||
|
|
Loading…
Reference in New Issue
Block a user