Skip to content

Commit

Permalink
isort
Browse files Browse the repository at this point in the history
  • Loading branch information
keewis committed Aug 20, 2019
1 parent c653eaa commit 5aee870
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion xarray/core/npcompat.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
import builtins
import operator
from distutils.version import LooseVersion
from typing import Union

import operator
import numpy as np

from .options import OPTIONS
Expand Down
2 changes: 1 addition & 1 deletion xarray/core/variable.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
VectorizedIndexer,
as_indexable,
)
from .npcompat import IS_NEP18_ACTIVE, _asarray
from .options import _get_keep_attrs
from .pycompat import dask_array_type, integer_types
from .npcompat import IS_NEP18_ACTIVE, _asarray
from .utils import (
OrderedSet,
decode_numpy_dict_values,
Expand Down

0 comments on commit 5aee870

Please sign in to comment.