mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-08-23 01:04:05 +08:00
enable flake8 E231: missing whitespace after comma
This commit is contained in:
@@ -28,7 +28,7 @@ def regen_model(msgs, pm, frame_reader, model_sock):
|
||||
if w == 'frame':
|
||||
msg = msg.as_builder()
|
||||
|
||||
img = frame_reader.get(fidx, pix_fmt="rgb24")[0][:,::-1]
|
||||
img = frame_reader.get(fidx, pix_fmt="rgb24")[0][:, ::-1]
|
||||
|
||||
msg.frame.image = img.flatten().tobytes()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user