Skip to content

Commit

Permalink
FIX: Fix the import of register datatree accessor
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrover1 committed Nov 7, 2024
1 parent cc2eb2a commit 641d004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyart/xradar/accessor.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
DataTree,
formatting,
formatting_html,
register_datatree_accessor,
)
from datatree.extensions import register_datatree_accessor
from datatree.treenode import NodePath

from xarray import DataArray, Dataset, concat
Expand Down

0 comments on commit 641d004

Please sign in to comment.