Skip to content

Commit c9c84f0

Browse files
committed
pep8
1 parent a438f18 commit c9c84f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

astroquery/esa/neocc/test/test_neocc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ def test_tabs_physical_properties(patch_get):
496496
phys_dict = {}
497497
phys_dict[0] = ['Absolute Magnitude (H)', '21.539', 'mag', 'ESA ODIM',
498498
'ESA orbit determination and impact monitoring system']
499-
phys_dict[2] = ['Diameter', '170*', 'm' , 'Estimation', 'Estimated from absolute magnitude']
499+
phys_dict[2] = ['Diameter', '170*', 'm', 'Estimation', 'Estimated from absolute magnitude']
500500
phys_dict[8] = ['Slope Parameter (G)', '0.15**', 'mag', 'ESA ODIM',
501501
'ESA orbit determination and impact monitoring system']
502502
check_table_values(phys_props, phys_dict)

astroquery/solarsystem/neocc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
a collection of data services provided by NEOCC
88
"""
99

10-
#from ...esa.neocc import neocc, ESAneoccClass
10+
# from ...esa.neocc import neocc, ESAneoccClass

0 commit comments

Comments
 (0)