Skip to content

Commit 858c916

Browse files
syed-gilanibsipocz
authored andcommitted
replaced relative imports with absolute imports
1 parent b3a9594 commit 858c916

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

astroquery/mast/tests/test_mast.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
import astropy.units as u
1414

1515
from astroquery.utils.mocks import MockResponse
16-
from ...exceptions import InvalidQueryError, InputWarning
16+
from astroquery.exceptions import InvalidQueryError, InputWarning
1717

18-
from ... import mast
18+
from astroquery import mast
1919

2020
DATA_FILES = {'Mast.Caom.Cone': 'caom.json',
2121
'Mast.Name.Lookup': 'resolver.json',

0 commit comments

Comments
 (0)