Skip to content

Commit d975fba

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xarray/core/dataarray.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ def __init__(
460460
# These fully describe a DataArray
461461
self._variable = variable
462462
# Variables can have undefined data type according to MyPy due to the fastpath
463-
self._coords: Sequence[Sequence | pd.Index | DataArray] | Mapping = coords # type: ignore[assignment]
463+
self._coords: Sequence[Sequence | pd.Index | DataArray] | Mapping = coords # type: ignore[assignment]
464464
self._name = name
465465
self._indexes = indexes # type: ignore[assignment]
466466

0 commit comments

Comments
 (0)