mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-26 12:33:53 +08:00
enable flake8 E231: missing whitespace after comma
This commit is contained in:
@@ -207,7 +207,7 @@ def rgb24toyuv420(rgb):
|
||||
yuv420[y_len:y_len + uv_len] = us.reshape(-1)
|
||||
yuv420[y_len + uv_len:y_len + 2 * uv_len] = vs.reshape(-1)
|
||||
|
||||
return yuv420.clip(0,255).astype('uint8')
|
||||
return yuv420.clip(0, 255).astype('uint8')
|
||||
|
||||
|
||||
def decompress_video_data(rawdat, vid_fmt, w, h, pix_fmt):
|
||||
|
||||
Reference in New Issue
Block a user