mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-23 08:35:07 +03:00
E711 comparison to None should be 'if cond is None:' E711 comparison to None should be 'if cond is not None:' E712 comparison to False should be 'if cond is False:' or 'if not cond:' E712 comparison to True should be 'if cond is True:' or 'if cond:' 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> |
||
---|---|---|
.. | ||
ctt.py | ||
ctt_alsc.py | ||
ctt_awb.py | ||
ctt_ccm.py | ||
ctt_config_example.json | ||
ctt_geq.py | ||
ctt_image_load.py | ||
ctt_lux.py | ||
ctt_macbeth_locator.py | ||
ctt_noise.py | ||
ctt_pretty_print_json.py | ||
ctt_ransac.py | ||
ctt_ref.pgm | ||
ctt_tools.py |