utils: raspberrypi: ctt: Fix pycodestyle E303
E303 too many blank lines Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: David Plowman <david.plowman@raspberrypi.com>
This commit is contained in:
parent
e31b104fd1
commit
23db936a1f
4 changed files with 0 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue