Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim committed Dec 10, 2024
1 parent 92a1f72 commit 6ddbe16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astroplan/plots/tests/test_sky.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def test_timezone():
from astropy import units as u

from astroplan import Observer
from astroplan.time_dependent import plot_airmass
from astroplan.plots.time_dependent import plot_airmass

betelgeuse = coordinates.SkyCoord(88.79293899*u.deg, 7.407064*u.deg, frame='icrs')
observer = Observer(coordinates.EarthLocation.of_site('subaru'))
Expand Down

0 comments on commit 6ddbe16

Please sign in to comment.