From 5f2160cc963b1b976fcdd8b78b4d090a25c8ff4b Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Sat, 2 May 2020 03:32:00 +0300 Subject: utils: raspberrypi: ctt: Fix pycodestyle E222 E222 multiple spaces after operator Signed-off-by: Laurent Pinchart Reviewed-by: Kieran Bingham Reviewed-by: David Plowman --- utils/raspberrypi/ctt/ctt_awb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/raspberrypi/ctt/ctt_awb.py') diff --git a/utils/raspberrypi/ctt/ctt_awb.py b/utils/raspberrypi/ctt/ctt_awb.py index 58ef8432..63feef24 100644 --- a/utils/raspberrypi/ctt/ctt_awb.py +++ b/utils/raspberrypi/ctt/ctt_awb.py @@ -330,7 +330,7 @@ def get_alsc_patches(Img, colour_cals, grey=True): """ this works because -0 = 0 = first and -1 = last index """ - col_tabs = np.array(colour_cals[cts[-pos//len(cts)]]) + col_tabs = np.array(colour_cals[cts[-pos//len(cts)]]) """ else, perform linear interpolation between existing alsc colour calibration tables -- cgit v1.2.1