Skip to content

Commit

Permalink
Add reset_units to the export symbols
Browse files Browse the repository at this point in the history
Otherwise importing fails.
  • Loading branch information
st-bender committed Nov 10, 2023
1 parent c9e831c commit fc24cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xarray_simpleunits/units.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# %%
from astropy import units as au

__all__ = ["init_units", "to_unit"]
__all__ = ["init_units", "reset_units", "to_unit"]


# %%
Expand Down

0 comments on commit fc24cf1

Please sign in to comment.