Skip to content

Commit 9c4e0a9

Browse files
TESTING
1 parent b1b003e commit 9c4e0a9

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
@@ -192,7 +192,7 @@ class Dataset(
192192
DataWithCoords,
193193
DatasetAggregations,
194194
DatasetArithmetic,
195-
Mapping[Hashable, "DataArray"],
195+
Mapping[Hashable, "xarray.DataArray"],
196196
):
197197
"""A multi-dimensional, in memory, array database.
198198

0 commit comments

Comments
 (0)