Skip to content

Commit

Permalink
remove parent argument from DataTree.__init__ (pydata#9465)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomNicholas committed Sep 9, 2024
1 parent 40666b2 commit cea354f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xarray/core/datatree.py
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,6 @@ class DataTree(
def __init__(
self,
data: Dataset | None = None,
parent: DataTree | None = None,
children: Mapping[str, DataTree] | None = None,
name: str | None = None,
):
Expand Down

0 comments on commit cea354f

Please sign in to comment.