Skip to content

Commit f607ed6

Browse files
jaymedinabsipocz
authored andcommitted
pep8
1 parent f5aa034 commit f607ed6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

astroquery/mast/tests/test_mast_remote.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,12 @@
1919

2020
from ...exceptions import RemoteServiceError, NoResultsWarning
2121

22-
OBSID = mast.Observations.query_object("M8", radius=".04 deg")[0]['obsid']
2322

2423
@pytest.mark.remote_data
2524
class TestMast:
2625

26+
# New branch after the rebase disaster
27+
OBSID = mast.Observations.query_object("M8", radius=".04 deg")[0]['obsid']
2728
###############
2829
# utils tests #
2930
###############

0 commit comments

Comments
 (0)