Skip to content

Commit

Permalink
doh need two imports
Browse files Browse the repository at this point in the history
  • Loading branch information
adrn committed Oct 16, 2024
1 parent a313017 commit 328acb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unxt/_src/units/system/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def unitsystem(flag: type[StandardUnitSystemFlag], *units_: Any) -> AbstractUnit
Examples
--------
>>> import astropy.units as u
>>> from unxt import unitsystem
>>> from unxt import unitsystem, unitsystems
>>> unitsystem(unitsystems.StandardUnitSystemFlag, u.kpc, u.Myr, u.Msun)
LengthTimeMassUnitSystem(length=Unit("kpc"), time=Unit("Myr"), mass=Unit("solMass"))
Expand Down

0 comments on commit 328acb9

Please sign in to comment.