Skip to content

Commit

Permalink
cleared pep8 style issues
Browse files Browse the repository at this point in the history
  • Loading branch information
iskren-y-g committed Mar 22, 2021
1 parent 5db66e8 commit 3ac1663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astroquery/hyperleda/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ def get_properties(self):
return prop_tbl

def _perp_param_lst(self, param_lst):
# Prepare the parameter's list

# Prepare the parameter's list
# These params are no longer in the leda tables
for param in ['numtype', 'hptr', 'logavmm', 'e_logavmm']:
if param in param_lst:
Expand Down

0 comments on commit 3ac1663

Please sign in to comment.