mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-04-27 20:43:43 +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):
|
def test_scale(self):
|
||||||
# Test the scaling function
|
# Test the scaling function
|
||||||
i = hopper("L").resize((50,50))
|
i = hopper("L").resize((50, 50))
|
||||||
|
|
||||||
with self.assertRaises(ValueError):
|
with self.assertRaises(ValueError):
|
||||||
ImageOps.scale(i,-1)
|
ImageOps.scale(i,-1)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user