Skip to content

Update and rename __init__.py to video_upload_and_cvprep.py #10964

Update and rename __init__.py to video_upload_and_cvprep.py

Update and rename __init__.py to video_upload_and_cvprep.py #10964

Triggered via pull request October 12, 2024 12:20
Status Failure
Total duration 21s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (INP001): computer_vision/cnn_classification.py#L1
computer_vision/cnn_classification.py:1:1: INP001 File `computer_vision/cnn_classification.py` is part of an implicit namespace package. Add an `__init__.py`.
Ruff (INP001): computer_vision/flip_augmentation.py#L1
computer_vision/flip_augmentation.py:1:1: INP001 File `computer_vision/flip_augmentation.py` is part of an implicit namespace package. Add an `__init__.py`.
Ruff (INP001): computer_vision/haralick_descriptors.py#L1
computer_vision/haralick_descriptors.py:1:1: INP001 File `computer_vision/haralick_descriptors.py` is part of an implicit namespace package. Add an `__init__.py`.
Ruff (INP001): computer_vision/harris_corner.py#L1
computer_vision/harris_corner.py:1:1: INP001 File `computer_vision/harris_corner.py` is part of an implicit namespace package. Add an `__init__.py`.
Ruff (INP001): computer_vision/horn_schunck.py#L1
computer_vision/horn_schunck.py:1:1: INP001 File `computer_vision/horn_schunck.py` is part of an implicit namespace package. Add an `__init__.py`.
Ruff (INP001): computer_vision/mean_threshold.py#L1
computer_vision/mean_threshold.py:1:1: INP001 File `computer_vision/mean_threshold.py` is part of an implicit namespace package. Add an `__init__.py`.
Ruff (INP001): computer_vision/mosaic_augmentation.py#L1
computer_vision/mosaic_augmentation.py:1:1: INP001 File `computer_vision/mosaic_augmentation.py` is part of an implicit namespace package. Add an `__init__.py`.
Ruff (INP001): computer_vision/pooling_functions.py#L1
computer_vision/pooling_functions.py:1:1: INP001 File `computer_vision/pooling_functions.py` is part of an implicit namespace package. Add an `__init__.py`.
Ruff (INP001): computer_vision/video_upload_and_cvprep.py#L1
computer_vision/video_upload_and_cvprep.py:1:1: INP001 File `computer_vision/video_upload_and_cvprep.py` is part of an implicit namespace package. Add an `__init__.py`.
Ruff (F401): computer_vision/video_upload_and_cvprep.py#L4
computer_vision/video_upload_and_cvprep.py:4:34: F401 `google.colab.patches.cv2_imshow` imported but unused