From 8732c6df608e069f17cebbb3dbabf28364c82194 Mon Sep 17 00:00:00 2001 From: Ricky Nilsson Date: Thu, 3 Mar 2022 16:09:25 -0800 Subject: [PATCH] Remove whitespace --- astroquery/ipac/nexsci/nasa_exoplanet_archive/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astroquery/ipac/nexsci/nasa_exoplanet_archive/core.py b/astroquery/ipac/nexsci/nasa_exoplanet_archive/core.py index 73cafcd319..9f64b8e7b2 100644 --- a/astroquery/ipac/nexsci/nasa_exoplanet_archive/core.py +++ b/astroquery/ipac/nexsci/nasa_exoplanet_archive/core.py @@ -431,7 +431,7 @@ def _request_query_aliases(self, object_name): url = requests.get(get_access_url('aliaslookup')+object_name) response = json.loads(url.text) return response - + # Look for response errors. This might need to be updated for TAP def _handle_error(self, text): """