From 717add44b0732b87725234cbff057ed2ec3398d4 Mon Sep 17 00:00:00 2001 From: Hugo Date: Wed, 24 Oct 2018 19:00:19 +0300 Subject: [PATCH] flake8: E201 whitespace after '(' --- Tests/test_imagecms.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tests/test_imagecms.py b/Tests/test_imagecms.py index df523db4d..5f7e78167 100644 --- a/Tests/test_imagecms.py +++ b/Tests/test_imagecms.py @@ -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