File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1818from astroquery .utils import commons
1919from astroquery .simbad import Simbad
2020from astroquery .vizier import Vizier
21- from astroquery .ned import Ned
21+ from astroquery .ipac . ned import Ned
2222from astropy import units
2323from astropy .units import Quantity
2424from astropy .coordinates import SkyCoord
Original file line number Diff line number Diff line change 3535from astropy .tests .helper import remote_data
3636from astropy .units import Quantity
3737from astroquery .esa .jwst import JwstClass
38- from astroquery .ned import Ned
38+ from astroquery .ipac . ned import Ned
3939from astroquery .simbad import Simbad
4040from astroquery .utils import TableList
4141from astroquery .utils .tap import TapPlus
Original file line number Diff line number Diff line change 3535from astropy .tests .helper import remote_data
3636from astropy .units import Quantity
3737from astroquery .esa .jwst import JwstClass
38- from astroquery .ned import Ned
38+ from astroquery .ipac . ned import Ned
3939from astroquery .simbad import Simbad
4040from astroquery .utils import TableList
4141from astroquery .utils .tap .core import TapPlus
Original file line number Diff line number Diff line change 3636from astroquery .utils import TableList
3737from astroquery .simbad import Simbad
3838from astroquery .vizier import Vizier
39- from astroquery .ned import Ned
39+ from astroquery .ipac . ned import Ned
4040from astropy .table import Table
4141from astropy import units
4242from astropy .logger import log
You can’t perform that action at this time.
0 commit comments