flake8: E201 whitespace after '('

This commit is contained in:
Hugo 2018-10-24 19:00:19 +03:00
parent 6fbebdeeb3
commit 717add44b0

View File

@ -404,8 +404,8 @@ class TestImageCms(PillowTestCase):
# channel.
nine_grid_deltas = [
(-1, -1), (-1, 0), (-1, 1),
( 0, -1), ( 0, 0), ( 0, 1),
( 1, -1), ( 1, 0), ( 1, 1),
(0, -1), (0, 0), (0, 1),
(1, -1), (1, 0), (1, 1),
]
chans = []
bands = ImageMode.getmode(mode).bands