utils: raspberrypi: ctt: Fix pycodestyle E241
E241 multiple spaces after ':' E241 multiple spaces after ',' 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
d6527d382e
commit
adb5dedb8f
1 changed files with 2 additions and 2 deletions
|
@ -126,11 +126,11 @@ class Camera:
|
|||
"exposure_modes": {
|
||||
"normal": {
|
||||
"shutter": [100, 10000, 30000, 60000, 120000],
|
||||
"gain": [1.0, 2.0, 4.0, 6.0, 6.0]
|
||||
"gain": [1.0, 2.0, 4.0, 6.0, 6.0]
|
||||
},
|
||||
"sport": {
|
||||
"shutter": [100, 5000, 10000, 20000, 120000],
|
||||
"gain": [1.0, 2.0, 4.0, 6.0, 6.0 ]
|
||||
"gain": [1.0, 2.0, 4.0, 6.0, 6.0]
|
||||
}
|
||||
},
|
||||
"constraint_modes": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue