Skip to content

Commit 9e7d1d0

Browse files
rickynilssonbsipocz
authored andcommitted
Fix codestyle
1 parent eb46bc1 commit 9e7d1d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/nasa_exoplanet_archive/tests/test_nasa_exoplanet_archive.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ def mock_run_query(object_name="K2-18 b", table="pscomppars", select="pl_name,di
211211
# dtype=(str, int, str, float, float),
212212
# units=(None, None, None, u.deg, u.deg))
213213
result = PropertyMock()
214-
result = {'colnames':('pl_name', 'disc_year', 'discoverymethod', 'ra', 'dec'),
214+
result = {'colnames': ('pl_name', 'disc_year', 'discoverymethod', 'ra', 'dec'),
215215
'disc_year': 2015, 'discoverymethod': 'Transit', 'ra': [172.560141] * u.deg, 'dec': [7.5878315] * u.deg}
216216

217217
return result

0 commit comments

Comments
 (0)