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
|
@ -39,7 +39,6 @@ def noise(Cam, Img, plot):
|
|||
means = np.clip(np.array(means), 0, None)
|
||||
sq_means = np.sqrt(means)
|
||||
|
||||
|
||||
"""
|
||||
least squares fit model
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue