From 33c4221e8700e15db55994e510d86225d6cd9ece 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 E305 E305 expected 2 blank lines after class or function definition Signed-off-by: Laurent Pinchart Reviewed-by: Kieran Bingham Reviewed-by: David Plowman --- utils/raspberrypi/ctt/ctt_awb.py | 1 + 1 file changed, 1 insertion(+) (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 71ad6b0e..96de004c 100644 --- a/utils/raspberrypi/ctt/ctt_awb.py +++ b/utils/raspberrypi/ctt/ctt_awb.py @@ -288,6 +288,7 @@ def awb(Cam, cal_cr_list, cal_cb_list, plot): """ return(ct_curve, np.round(transverse_pos, 5), np.round(transverse_neg, 5)) + """ obtain greyscale patches and perform alsc colour correction """ -- cgit v1.2.1