Skip to content

Commit c4052b9

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

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/parcels/_core/_windowed_array.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ def isel(self, indexers: dict | None = None, **kwargs):
6969
sel = dict(indexers) if indexers is not None else {}
7070
sel.update({k: v for k, v in kwargs.items() if k not in _NON_INDEXER_KWARGS})
7171

72-
7372
# no time selection -> nothing to window; preserve control kwargs
7473
if self._tdim not in sel:
7574
return self._data.isel(indexers, **kwargs)

0 commit comments

Comments
 (0)