We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c653eaa commit 44d796aCopy full SHA for 44d796a
xarray/core/npcompat.py
@@ -29,10 +29,10 @@
29
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
30
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
31
import builtins
32
+import operator
33
from distutils.version import LooseVersion
34
from typing import Union
35
-import operator
36
import numpy as np
37
38
from .options import OPTIONS
xarray/core/variable.py
@@ -18,9 +18,9 @@
18
VectorizedIndexer,
19
as_indexable,
20
)
21
+from .npcompat import IS_NEP18_ACTIVE, _asarray
22
from .options import _get_keep_attrs
23
from .pycompat import dask_array_type, integer_types
-from .npcompat import IS_NEP18_ACTIVE, _asarray
24
from .utils import (
25
OrderedSet,
26
decode_numpy_dict_values,
0 commit comments