Skip to content

Commit 7c03f2e

Browse files
committed
Fix ruff linting errors
1 parent afdf000 commit 7c03f2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

computer_vision/color_augmentation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import numpy as np
21
import cv2
2+
import numpy as np
33

44
"""
55
Color Augmentation Module for Computer Vision

0 commit comments

Comments
 (0)