Skip to content

Commit 68f4f89

Browse files
authored
Merge pull request #241 from datacarpentry/239_remove_import
Remove GD1 import from select episode
2 parents 6408bdf + ed21087 commit 68f4f89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

episodes/05-select.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ This imports previously imported functions:
7272
import astropy.units as u
7373
from astropy.coordinates import SkyCoord
7474
from astroquery.gaia import Gaia
75-
from gala.coordinates import GD1Koposov10, GD1, reflex_correct
75+
from gala.coordinates import GD1Koposov10, reflex_correct
7676
import matplotlib.pyplot as plt
7777
import pandas as pd
7878

0 commit comments

Comments
 (0)