Skip to content

Commit

Permalink
pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
ceb8 committed Aug 30, 2023
1 parent a438f18 commit c9c84f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion astroquery/esa/neocc/test/test_neocc.py
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ def test_tabs_physical_properties(patch_get):
phys_dict = {}
phys_dict[0] = ['Absolute Magnitude (H)', '21.539', 'mag', 'ESA ODIM',
'ESA orbit determination and impact monitoring system']
phys_dict[2] = ['Diameter', '170*', 'm' , 'Estimation', 'Estimated from absolute magnitude']
phys_dict[2] = ['Diameter', '170*', 'm', 'Estimation', 'Estimated from absolute magnitude']
phys_dict[8] = ['Slope Parameter (G)', '0.15**', 'mag', 'ESA ODIM',
'ESA orbit determination and impact monitoring system']
check_table_values(phys_props, phys_dict)
Expand Down
2 changes: 1 addition & 1 deletion astroquery/solarsystem/neocc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
a collection of data services provided by NEOCC
"""

#from ...esa.neocc import neocc, ESAneoccClass
# from ...esa.neocc import neocc, ESAneoccClass

0 comments on commit c9c84f0

Please sign in to comment.