utils: raspberrypi: ctt: Fix pycodestyle E116 and E117
E116 unexpected indentation (comment) E117 over-indented (comment) 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
67f9605a7f
commit
a49fd8ea1d
2 changed files with 17 additions and 17 deletions
|
@ -99,11 +99,11 @@ display image for debugging... read at your own risk...
|
|||
"""
|
||||
def represent(img, name='image'):
|
||||
# if type(img) == tuple or type(img) == list:
|
||||
# for i in range(len(img)):
|
||||
# name = 'image {}'.format(i)
|
||||
# cv2.imshow(name, img[i])
|
||||
# for i in range(len(img)):
|
||||
# name = 'image {}'.format(i)
|
||||
# cv2.imshow(name, img[i])
|
||||
# else:
|
||||
# cv2.imshow(name, img)
|
||||
# cv2.imshow(name, img)
|
||||
# cv2.waitKey(0)
|
||||
# cv2.destroyAllWindows()
|
||||
# return 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue