Skip to content

Commit

Permalink
TESTING
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos committed Nov 10, 2024
1 parent 2aaf037 commit 02104f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xarray/core/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ def merge_data_and_coords(data_vars: DataVars, coords) -> _MergeResult:
)


class DataVariables(Mapping[Any, "DataArray"]):
class DataVariables(Mapping[Any, "xarray.DataArray"]):
__slots__ = ("_dataset",)

def __init__(self, dataset: Dataset):
Expand Down Expand Up @@ -523,7 +523,7 @@ class Dataset(
DataWithCoords,
DatasetAggregations,
DatasetArithmetic,
Mapping[Hashable, "DataArray"],
Mapping[Hashable, "xarray.DataArray"],
):
"""A multi-dimensional, in memory, array database.
Expand Down

0 comments on commit 02104f2

Please sign in to comment.