mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-12 10:16:17 +03:00
flake8: E201 whitespace after '('
This commit is contained in:
parent
6fbebdeeb3
commit
717add44b0
|
@ -404,8 +404,8 @@ class TestImageCms(PillowTestCase):
|
||||||
# channel.
|
# channel.
|
||||||
nine_grid_deltas = [
|
nine_grid_deltas = [
|
||||||
(-1, -1), (-1, 0), (-1, 1),
|
(-1, -1), (-1, 0), (-1, 1),
|
||||||
( 0, -1), ( 0, 0), ( 0, 1),
|
(0, -1), (0, 0), (0, 1),
|
||||||
( 1, -1), ( 1, 0), ( 1, 1),
|
(1, -1), (1, 0), (1, 1),
|
||||||
]
|
]
|
||||||
chans = []
|
chans = []
|
||||||
bands = ImageMode.getmode(mode).bands
|
bands = ImageMode.getmode(mode).bands
|
||||||
|
|
Loading…
Reference in New Issue
Block a user