From e30c7382301b9311fe7725885b2bf44a866335bc Mon Sep 17 00:00:00 2001 From: Zeb Burke-Conte Date: Wed, 19 Aug 2026 16:41:36 -0700 Subject: [PATCH] Remove lingering gala import GD1Koposov10 and reflex_correct are now included in the student_download and don't need to be imported from gala. --- episodes/05-select.md | 1 - 1 file changed, 1 deletion(-) diff --git a/episodes/05-select.md b/episodes/05-select.md index 11322503..64053f4a 100644 --- a/episodes/05-select.md +++ b/episodes/05-select.md @@ -77,7 +77,6 @@ This imports previously imported functions: import astropy.units as u from astropy.coordinates import SkyCoord from astroquery.gaia import Gaia -from gala.coordinates import GD1Koposov10, reflex_correct import matplotlib.pyplot as plt import pandas as pd