diff --git a/astroquery/herschel/higal/core.py b/astroquery/herschel/higal/core.py index f9a571a347..1a81d2dbe5 100644 --- a/astroquery/herschel/higal/core.py +++ b/astroquery/herschel/higal/core.py @@ -11,10 +11,10 @@ from astropy.table import Table from astropy.io import fits -from ..query import BaseQuery, AstroQuery -from ..utils import commons -from ..utils import prepend_docstr_nosections -from ..utils import async_to_sync +from ...query import BaseQuery, AstroQuery +from ...utils import commons +from ...utils import prepend_docstr_nosections +from ...utils import async_to_sync from . import conf __all__ = ['HiGal', 'HiGalClass'] diff --git a/astroquery/herschel/higal/tests/test_higal.py b/astroquery/herschel/higal/tests/test_higal.py index 1be44a77d6..7d89cf4ff0 100644 --- a/astroquery/herschel/higal/tests/test_higal.py +++ b/astroquery/herschel/higal/tests/test_higal.py @@ -11,7 +11,7 @@ import astropy.coordinates as coord import astropy.units as u -from ...utils.testing_tools import MockResponse +from ....utils.testing_tools import MockResponse from ... import higal from ...higal import conf