Skip to content

Commit 6e1e766

Browse files
committed
Fixed formatting
1 parent 71889f1 commit 6e1e766

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

astroquery/esasky/core.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ def query_sso_maps(self, sso_name, *, sso_type="ALL", missions=__ALL_STRING,
501501
type_text=type_text,
502502
specify_type=specify_type,
503503
found_ssos='\n'.join(map(str, sso)))
504-
)
504+
)
505505
return None
506506

507507
sanitized_missions = self._sanitize_input_sso_mission(missions)
@@ -1416,6 +1416,7 @@ def _sanitize_input_sso_mission(self, missions):
14161416
return [missions]
14171417
raise ValueError("Mission must be either a string or a list of "
14181418
"missions. Valid entries are found in list_sso()")
1419+
14191420
def _get_sso_db_type(self, sso_type):
14201421
sso_type = sso_type.lower()
14211422
if sso_type == "asteroid" or sso_type == "dwarf_planet":

0 commit comments

Comments
 (0)