mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Removed unnecessary parameter
This commit is contained in:
parent
0b9d378d17
commit
803cdf068f
|
@ -38,7 +38,7 @@ class TestImageGrabImport(PillowTestCase):
|
|||
|
||||
# Assert
|
||||
if sys.platform in ["win32", "darwin"]:
|
||||
self.assertIsNone(exception, None)
|
||||
self.assertIsNone(exception)
|
||||
else:
|
||||
self.assertIsInstance(exception, ImportError)
|
||||
self.assertEqual(str(exception),
|
||||
|
|
Loading…
Reference in New Issue
Block a user