Skip to content

Commit 53a4458

Browse files
committed
flake8
1 parent 303a8f0 commit 53a4458

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

xarray/core/computation.py

Lines changed: 1 addition & 1 deletion
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

Lines changed: 0 additions & 1 deletion
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)