Skip to content

Commit 86571ea

Browse files
committed
Walk back some reformatting
1 parent 31f3072 commit 86571ea

2 files changed

Lines changed: 4 additions & 23 deletions

File tree

astroquery/mast/tests/test_mast_remote.py

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,9 @@
1313
from astropy.table import Table, unique
1414
from requests.models import Response
1515

16-
from astroquery.mast import (
17-
Catalogs,
18-
Hapcut,
19-
Mast,
20-
MastMissions,
21-
Observations,
22-
Tesscut,
23-
Zcut,
24-
utils,
25-
)
26-
27-
from ...exceptions import (
28-
InputWarning,
29-
InvalidQueryError,
30-
MaxResultsWarning,
31-
NoResultsWarning,
32-
)
16+
from astroquery.mast import (Catalogs, Hapcut, Mast, MastMissions, Observations, Tesscut, Zcut, utils)
17+
18+
from ...exceptions import (InputWarning, InvalidQueryError, MaxResultsWarning, NoResultsWarning)
3319
from ..utils import ResolverError
3420

3521

astroquery/mast/utils.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,7 @@
2020
from astropy.utils.decorators import deprecated_renamed_argument
2121

2222
from .. import log
23-
from ..exceptions import (
24-
InputWarning,
25-
InvalidQueryError,
26-
NoResultsWarning,
27-
ResolverError,
28-
)
23+
from ..exceptions import (InputWarning, InvalidQueryError, NoResultsWarning, ResolverError)
2924
from ..utils import commons
3025
from ..version import version
3126

0 commit comments

Comments
 (0)