mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-23 21:11:08 +00:00
tiny fix to comply to Coding Style
This commit is contained in:
parent
d56ed3595e
commit
3144f26a32
|
@ -1,7 +1,6 @@
|
|||
"""Multiple image resizing techniques"""
|
||||
|
||||
import numpy as np
|
||||
import cv2
|
||||
from cv2 import destroyAllWindows, imread, imshow, waitKey
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user