Skip to content

Commit 3144f26

Browse files
committed
tiny fix to comply to Coding Style
1 parent d56ed35 commit 3144f26

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

digital_image_processing/resize/resize.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
"""Multiple image resizing techniques"""
22

33
import numpy as np
4-
import cv2
54
from cv2 import destroyAllWindows, imread, imshow, waitKey
65

76

0 commit comments

Comments
 (0)