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:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user