Skip to content

Commit 8732c6d

Browse files
rickynilssonbsipocz
authored andcommitted
Remove whitespace
1 parent 2acad05 commit 8732c6d

File tree

1 file changed

+1
-1
lines changed
  • astroquery/ipac/nexsci/nasa_exoplanet_archive

1 file changed

+1
-1
lines changed

astroquery/ipac/nexsci/nasa_exoplanet_archive/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ def _request_query_aliases(self, object_name):
431431
url = requests.get(get_access_url('aliaslookup')+object_name)
432432
response = json.loads(url.text)
433433
return response
434-
434+
435435
# Look for response errors. This might need to be updated for TAP
436436
def _handle_error(self, text):
437437
"""

0 commit comments

Comments
 (0)