Skip to content

Commit 7c03f2e

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)