pep8-e302: two blank lines between functions
parent
caf0fbe90f
commit
fa7bb63481
@ -1,4 +1,5 @@
|
||||
import cv2
|
||||
|
||||
|
||||
def resize_image(img_in, input_height, input_width):
|
||||
return cv2.resize(img_in, (input_width, input_height), interpolation=cv2.INTER_NEAREST)
|
||||
|
Loading…
Reference in New Issue