Skip to content

Commit 3c29924

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

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
@@ -312,7 +312,6 @@ def _get_ordered_vertices(
312312
if _is_bounds_monotonic(bounds):
313313
vertices = np.concatenate((bounds[..., :, 0], bounds[..., -1:, 1]), axis=-1)
314314
else:
315-
316315
if order == "ascending":
317316
endpoints = np.minimum(bounds[..., :, 0], bounds[..., :, 1])
318317
last_endpoint = np.maximum(bounds[..., -1, 0], bounds[..., -1, 1])

0 commit comments

Comments
 (0)