Create video_cv.py #10965
Annotations
4 errors
Ruff (I001):
computer_vision/video_cv.py#L1
computer_vision/video_cv.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (F401):
computer_vision/video_cv.py#L3
computer_vision/video_cv.py:3:34: F401 `google.colab.patches.cv2_imshow` imported but unused
|
Ruff (RUF015):
computer_vision/video_cv.py#L6
computer_vision/video_cv.py:6:14: RUF015 Prefer `next(iter(uploaded.keys()))` over single element slice
|
ruff
Process completed with exit code 1.
|