CLN: Remove unused import and add module docstring

This commit is contained in:
Pratap Vardhan
2014-12-11 20:17:29 +05:30
parent 51f5bd5f08
commit 8f7d9d69fe
2 changed files with 6 additions and 2 deletions
+3 -1
View File
@@ -1,4 +1,6 @@
import warnings
"""
Binary morphological operations
"""
import numpy as np
from scipy import ndimage
from .misc import default_fallback
+3 -1
View File
@@ -1,4 +1,6 @@
import warnings
"""
Grayscale morphological operations
"""
from skimage import img_as_ubyte
from .misc import default_fallback