Skip to content

Commit 9731431

Browse files
committed
removed 'imresize' import
1 parent 11ef49e commit 9731431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from scipy.misc import lena, imresize
1+
from scipy.misc import lena
22
from pylab import imread
33
from scipy.ndimage import gaussian_filter
44
from stl_tools import numpy2stl, text2png

0 commit comments

Comments
 (0)