Skip to content

Commit be07f64

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent b1cba12 commit be07f64

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

xarray/tests/test_merge.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,9 +243,10 @@ def test_merge_attrs_drop_conflicts_non_bool_eq(self):
243243
or falsy equality results as non-equivalent, dropping the attribute rather
244244
than raising an error.
245245
"""
246-
import numpy as np
247246
import warnings
248247

248+
import numpy as np
249+
249250
# Test with numpy arrays (which return arrays from ==)
250251
arr1 = np.array([1, 2, 3])
251252
arr2 = np.array([1, 2, 3])

0 commit comments

Comments
 (0)