mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-24 05:21:09 +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"""
|
"""Multiple image resizing techniques"""
|
||||||
|
|
||||||
import numpy as np
|
import numpy as np
|
||||||
import cv2
|
|
||||||
from cv2 import destroyAllWindows, imread, imshow, waitKey
|
from cv2 import destroyAllWindows, imread, imshow, waitKey
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user