Skip to content

Commit bde699c

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

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
@@ -332,7 +332,6 @@ def _get_ordered_vertices(
332332
if _is_bounds_monotonic(bounds):
333333
vertices = np.concatenate((bounds[..., :, 0], bounds[..., -1:, 1]), axis=-1)
334334
else:
335-
336335
if order == "ascending":
337336
endpoints = np.minimum(bounds[..., :, 0], bounds[..., :, 1])
338337
last_endpoint = np.maximum(bounds[..., -1, 0], bounds[..., -1, 1])

0 commit comments

Comments
 (0)