Skip to content

Commit

Permalink
actually register on DataTree
Browse files Browse the repository at this point in the history
  • Loading branch information
keewis committed Jan 25, 2025
1 parent bc5a25b commit 9433b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xarray/core/datatree.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ class DatasetView(Dataset):
"_indexes",
"_variables",
)
_accessors: str[str] = set()

def __init__(
self,
Expand Down Expand Up @@ -456,6 +455,7 @@ class DataTree(
_attrs: dict[Hashable, Any] | None
_encoding: dict[Hashable, Any] | None
_close: Callable[[], None] | None
_accessors: str[str] = set()

__slots__ = (
"_attrs",
Expand Down

0 comments on commit 9433b64

Please sign in to comment.