From 6ddbe16947f953ca69e64e06ccdb798495a6a16a Mon Sep 17 00:00:00 2001 From: "P. L. Lim" <2090236+pllim@users.noreply.github.com> Date: Mon, 9 Dec 2024 21:16:13 -0500 Subject: [PATCH] Fix import --- astroplan/plots/tests/test_sky.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astroplan/plots/tests/test_sky.py b/astroplan/plots/tests/test_sky.py index 4156b982..8bdc3974 100644 --- a/astroplan/plots/tests/test_sky.py +++ b/astroplan/plots/tests/test_sky.py @@ -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'))