Skip to content

Commit e065694

Browse files
committed
update relative paths
1 parent b0b7802 commit e065694

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

astroquery/herschel/higal/core.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
from astropy.table import Table
1212
from 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
1818
from . import conf
1919

2020
__all__ = ['HiGal', 'HiGalClass']

astroquery/herschel/higal/tests/test_higal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import astropy.coordinates as coord
1212
import astropy.units as u
1313

14-
from ...utils.testing_tools import MockResponse
14+
from ....utils.testing_tools import MockResponse
1515

1616
from ... import higal
1717
from ...higal import conf

0 commit comments

Comments
 (0)