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_shutter_speed": 10000,
|
||||||
"reference_gain": 1,
|
"reference_gain": 1,
|
||||||
"reference_aperture": 1.0
|
"reference_aperture": 1.0
|
||||||
},
|
},
|
||||||
"rpi.noise": {
|
"rpi.noise": {
|
||||||
},
|
},
|
||||||
"rpi.geq": {
|
"rpi.geq": {
|
||||||
|
|
|
@ -49,7 +49,7 @@ def ccm(Cam, cal_cr_list, cal_cb_list):
|
||||||
[121, 121, 122], # neutral 5
|
[121, 121, 122], # neutral 5
|
||||||
[82, 84, 86], # neutral 3.5
|
[82, 84, 86], # neutral 3.5
|
||||||
[49, 49, 51] # black 2
|
[49, 49, 51] # black 2
|
||||||
])
|
])
|
||||||
|
|
||||||
"""
|
"""
|
||||||
convert reference colours from srgb to rgb
|
convert reference colours from srgb to rgb
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue