Skip to content

Commit bf33cf7

Browse files
rickynilssonbsipocz
authored andcommitted
Fix codestyle
1 parent 5a88a03 commit bf33cf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/ipac/nexsci/nasa_exoplanet_archive/tests/test_nasa_exoplanet_archive.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ def mock_run_query(url=conf.url_aliaslookup, object_name="HD 209458"):
306306
assert url == conf.url_aliaslookup
307307
assert object_name == "HD 209458"
308308
result = PropertyMock()
309-
result = ['HD 209458', '2MASS J22031077+1853036', 'BD+18 4917', 'Gaia DR2 1779546757669063552',\
309+
result = ['HD 209458', '2MASS J22031077+1853036', 'BD+18 4917', 'Gaia DR2 1779546757669063552',
310310
'HIP 108859', 'SAO 107623', 'TIC 420814525', 'TYC 1688-01821-1', 'V0376 Peg', 'WISE J220310.79+185303.3']
311311
return result
312312
nasa_exoplanet_archive.query_aliases = mock_run_query

0 commit comments

Comments
 (0)