Skip to content

Commit

Permalink
update relative paths
Browse files Browse the repository at this point in the history
  • Loading branch information
keflavich committed Feb 20, 2024
1 parent 4e3b0de commit a56b91b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions astroquery/herschel/higal/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down
2 changes: 1 addition & 1 deletion astroquery/herschel/higal/tests/test_higal.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a56b91b

Please sign in to comment.