mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-12 12:30:16 +08:00
Make six an external dependency.
This commit is contained in:
@@ -3,7 +3,8 @@ from warnings import warn
|
||||
from skimage.util.dtype import dtype_range
|
||||
from .base import Plugin
|
||||
from ..utils import ClearColormap, update_axes_image
|
||||
from skimage._shared import six
|
||||
|
||||
import six
|
||||
|
||||
|
||||
__all__ = ['OverlayPlugin']
|
||||
|
||||
Reference in New Issue
Block a user