mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-19 10:25:05 +03:00
utils: raspberrypi: ctt: Fix pycodestyle E123 and E126
E123 closing bracket does not match indentation of opening bracket's line E126 continuation line over-indented for hanging indent 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
ca73168e75
commit
67f9605a7f
2 changed files with 2 additions and 2 deletions
|
@ -87,7 +87,7 @@ class Camera:
|
|||
"reference_shutter_speed": 10000,
|
||||
"reference_gain": 1,
|
||||
"reference_aperture": 1.0
|
||||
},
|
||||
},
|
||||
"rpi.noise": {
|
||||
},
|
||||
"rpi.geq": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue