File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
astroquery/herschel/higal Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1111from astropy .table import Table
1212from astropy .io import fits
1313
14- from ..query import BaseQuery , AstroQuery
15- from ..utils import commons
16- from ..utils import prepend_docstr_nosections
17- from ..utils import async_to_sync
14+ from ... query import BaseQuery , AstroQuery
15+ from ... utils import commons
16+ from ... utils import prepend_docstr_nosections
17+ from ... utils import async_to_sync
1818from . import conf
1919
2020__all__ = ['HiGal' , 'HiGalClass' ]
Original file line number Diff line number Diff line change 1111import astropy .coordinates as coord
1212import astropy .units as u
1313
14- from ...utils .testing_tools import MockResponse
14+ from .... utils .testing_tools import MockResponse
1515
1616from ... import higal
1717from ...higal import conf
You can’t perform that action at this time.
0 commit comments