From 23db936a1f66c74379063394f8d8c647e939c920 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 E303 E303 too many blank lines Signed-off-by: Laurent Pinchart Reviewed-by: Kieran Bingham Reviewed-by: David Plowman --- utils/raspberrypi/ctt/ctt.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'utils/raspberrypi/ctt/ctt.py') diff --git a/utils/raspberrypi/ctt/ctt.py b/utils/raspberrypi/ctt/ctt.py index 07230fe3..ff264176 100755 --- a/utils/raspberrypi/ctt/ctt.py +++ b/utils/raspberrypi/ctt/ctt.py @@ -193,7 +193,6 @@ class Camera: } } - """ Perform colour correction calibrations by comparing macbeth patch colours to standard macbeth chart colours. @@ -770,7 +769,6 @@ def run_ctt(json_output, directory, config, log_output): except FileNotFoundError: raise ArgError('\n\nError: Input image directory not found!') - """ preform calibrations as long as check_imgs returns True If alsc is activated then it must be done before awb and ccm since the alsc -- cgit v1.2.1