mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-26 01:04:29 +03:00
Code style update
This commit is contained in:
parent
4d51a410d8
commit
7d8fea012b
|
@ -80,7 +80,7 @@ class TestImageOps(PillowTestCase):
|
|||
|
||||
def test_scale(self):
|
||||
# Test the scaling function
|
||||
i = hopper("L").resize((50,50))
|
||||
i = hopper("L").resize((50, 50))
|
||||
|
||||
with self.assertRaises(ValueError):
|
||||
ImageOps.scale(i,-1)
|
||||
|
|
Loading…
Reference in New Issue
Block a user