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:
Laurent Pinchart 2020-05-02 03:32:00 +03:00
parent d6527d382e
commit adb5dedb8f

View file

@ -126,11 +126,11 @@ class Camera:
"exposure_modes": { "exposure_modes": {
"normal": { "normal": {
"shutter": [100, 10000, 30000, 60000, 120000], "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": { "sport": {
"shutter": [100, 5000, 10000, 20000, 120000], "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": { "constraint_modes": {