Skip to content

Commit 17e8be4

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cf_xarray/helpers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,6 @@ def _get_ordered_vertices(
310310
if _is_bounds_monotonic(bounds):
311311
vertices = np.concatenate((bounds[..., :, 0], bounds[..., -1:, 1]), axis=-1)
312312
else:
313-
314313
order = _get_order_of_core_dims(core_dim_orders)
315314

316315
if order == "ascending":

0 commit comments

Comments
 (0)