Code style update

This commit is contained in:
Marco De Donno 2016-07-06 01:32:16 +02:00
parent 4d51a410d8
commit 7d8fea012b
2 changed files with 18 additions and 18 deletions

View File

@ -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)