Skip to content

Commit 70b8fef

Browse files
pre-commit-ci[bot]VeckoTheGecko
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 6d19769 commit 70b8fef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/v4/test_xgrid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from numpy.testing import assert_allclose
88

99
from parcels._datasets.structured.generic import X, Y, Z, datasets
10-
from parcels.xgrid import XGrid, _drop_field_data, _search_1d_array, _transpose_xfield_data_to_tzyx
10+
from parcels.xgrid import XGrid, _search_1d_array, _transpose_xfield_data_to_tzyx
1111
from tests import utils
1212

1313
GridTestCase = namedtuple("GridTestCase", ["ds", "attr", "expected"])

0 commit comments

Comments
 (0)