mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-23 13:10:18 +08:00
Make six an external dependency.
This commit is contained in:
@@ -4,8 +4,8 @@ of an n-dimensional array.
|
||||
|
||||
"""
|
||||
from __future__ import division, absolute_import, print_function
|
||||
from skimage._shared.six import integer_types
|
||||
|
||||
from six import integer_types
|
||||
import numpy as np
|
||||
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user