Skip to content

Commit 44d796a

Browse files
committed
isort
1 parent c653eaa commit 44d796a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

xarray/core/npcompat.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3030
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3131
import builtins
32+
import operator
3233
from distutils.version import LooseVersion
3334
from typing import Union
3435

35-
import operator
3636
import numpy as np
3737

3838
from .options import OPTIONS

xarray/core/variable.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
VectorizedIndexer,
1919
as_indexable,
2020
)
21+
from .npcompat import IS_NEP18_ACTIVE, _asarray
2122
from .options import _get_keep_attrs
2223
from .pycompat import dask_array_type, integer_types
23-
from .npcompat import IS_NEP18_ACTIVE, _asarray
2424
from .utils import (
2525
OrderedSet,
2626
decode_numpy_dict_values,

0 commit comments

Comments
 (0)