Skip to content

Commit

Permalink
TESTING
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos committed Jan 3, 2025
1 parent 5a88160 commit ff14850
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 @@ -468,7 +468,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 @@ -550,7 +550,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 ff14850

Please sign in to comment.