From 67f9605a7faef954dc3242450de0cf10ae215514 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 E123 and E126 E123 closing bracket does not match indentation of opening bracket's line E126 continuation line over-indented for hanging indent Signed-off-by: Laurent Pinchart Reviewed-by: Kieran Bingham Reviewed-by: David Plowman --- utils/raspberrypi/ctt/ctt_ccm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/raspberrypi/ctt/ctt_ccm.py') diff --git a/utils/raspberrypi/ctt/ctt_ccm.py b/utils/raspberrypi/ctt/ctt_ccm.py index 21be4d6f..0a4eb57a 100644 --- a/utils/raspberrypi/ctt/ctt_ccm.py +++ b/utils/raspberrypi/ctt/ctt_ccm.py @@ -49,7 +49,7 @@ def ccm(Cam, cal_cr_list, cal_cb_list): [121, 121, 122], # neutral 5 [82, 84, 86], # neutral 3.5 [49, 49, 51] # black 2 - ]) + ]) """ convert reference colours from srgb to rgb -- cgit v1.2.1