We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddb6d3b commit d975fbaCopy full SHA for d975fba
xarray/core/dataarray.py
@@ -460,7 +460,7 @@ def __init__(
460
# These fully describe a DataArray
461
self._variable = variable
462
# 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]
+ self._coords: Sequence[Sequence | pd.Index | DataArray] | Mapping = coords # type: ignore[assignment]
464
self._name = name
465
self._indexes = indexes # type: ignore[assignment]
466
0 commit comments