File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 29
29
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
30
30
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
31
31
import builtins
32
+ import operator
32
33
from distutils .version import LooseVersion
33
34
from typing import Union
34
35
35
- import operator
36
36
import numpy as np
37
37
38
38
from .options import OPTIONS
Original file line number Diff line number Diff line change 18
18
VectorizedIndexer ,
19
19
as_indexable ,
20
20
)
21
+ from .npcompat import IS_NEP18_ACTIVE , _asarray
21
22
from .options import _get_keep_attrs
22
23
from .pycompat import dask_array_type , integer_types
23
- from .npcompat import IS_NEP18_ACTIVE , _asarray
24
24
from .utils import (
25
25
OrderedSet ,
26
26
decode_numpy_dict_values ,
You can’t perform that action at this time.
0 commit comments