utils: raspberrypi: ctt: Fix pycodestyle E305
E305 expected 2 blank lines after class or function definition 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
2b21c6ac86
commit
33c4221e87
9 changed files with 18 additions and 0 deletions
|
@ -418,6 +418,7 @@ def load_image(Cam, im_str, mac_config=None, show=False, mac=True, show_meta=Fal
|
|||
# print('\nERROR:\nInvalid file extension')
|
||||
return 0
|
||||
|
||||
|
||||
"""
|
||||
bytearray splice to number little endian
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue