tiny fix to comply to Coding Style

This commit is contained in:
Simon Waldherr 2024-10-24 21:34:03 +02:00
parent d56ed3595e
commit 3144f26a32

View File

@ -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