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 11
11
from astropy .table import Table
12
12
from astropy .io import fits
13
13
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
18
18
from . import conf
19
19
20
20
__all__ = ['HiGal' , 'HiGalClass' ]
Original file line number Diff line number Diff line change 11
11
import astropy .coordinates as coord
12
12
import astropy .units as u
13
13
14
- from ...utils .testing_tools import MockResponse
14
+ from .... utils .testing_tools import MockResponse
15
15
16
16
from ... import higal
17
17
from ...higal import conf
You can’t perform that action at this time.
0 commit comments