Skip to content

Commit ca372a1

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xarray/core/dataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6087,7 +6087,7 @@ def drop_sel(
60876087
"cannot use drop_sel() with DataArray values with "
60886088
"along dimensions other than the dimensions being "
60896089
f"indexed along: {labels_for_dim}"
6090-
)
6090+
)
60916091
labels_for_dim = np.asarray(labels_for_dim)
60926092
try:
60936093
index = self.get_index(dim)

0 commit comments

Comments
 (0)