Skip to content

Commit 9512d13

Browse files
committed
flake8
1 parent 86a3823 commit 9512d13

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

xarray/core/computation.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
import numpy as np
1212

13-
from . import duck_array_ops, utils, dtypes
13+
from . import duck_array_ops, utils
1414
from .alignment import deep_align
1515
from .merge import expand_and_merge_variables
1616
from .pycompat import OrderedDict, dask_array_type, basestring

xarray/tests/test_interp.py

-1
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,6 @@ def test_dtype():
321321
assert 'z' not in actual.coords
322322

323323

324-
325324
@requires_scipy
326325
def test_sorted():
327326
# unsorted non-uniform gridded data

0 commit comments

Comments
 (0)