Skip to content

Commit 7b7c17c

Browse files
committed
Run pre-commit.
1 parent a40e464 commit 7b7c17c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/integration/equivalence_testing_utils.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,10 @@
55
ncdata and other types of data preserve information.
66
"""
77
import dask.array as da
8+
import iris.mesh
89
import numpy as np
910
import pytest
1011

11-
import iris.mesh
12-
1312

1413
def cubes_equal__corrected(c1, c2):
1514
"""

0 commit comments

Comments
 (0)