DOC: Fix broken doc build due to broken import

This commit is contained in:
Tony S Yu
2012-09-02 08:22:21 -04:00
parent aa08e8a559
commit 0db4893680
+1 -1
View File
@@ -16,7 +16,7 @@ In the case of boolean, 'True' indicates foreground, and for integer arrays,
the foreground is 1's.
"""
from skimage.morphology import skeletonize
from skimage.draw import draw
from skimage import draw
import numpy as np
import matplotlib.pyplot as plt