Skip to content

Commit a10a87b

Browse files
davidgltbsipocz
authored andcommitted
clean whitespaces
1 parent 21d6c21 commit a10a87b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

astroquery/esa/jwst/core.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -984,7 +984,6 @@ def get_obs_products(self, *, observation_id=None, cal_level="ALL",
984984

985985
if (type(product_type) is list and '' in product_type) or not product_type:
986986
product_type = None
987-
988987
if observation_id is None:
989988
raise ValueError(self.REQUESTED_OBSERVATION_ID)
990989
plane_ids, max_cal_level = self._get_plane_id(observation_id=observation_id)
@@ -1005,7 +1004,7 @@ def get_obs_products(self, *, observation_id=None, cal_level="ALL",
10051004
if type(product_type) is list:
10061005
tap_product_type = ",".join(str(elem) for elem in product_type)
10071006
else:
1008-
tap_product_type = product_type
1007+
tap_product_type = product_type
10091008

10101009
self.__set_additional_parameters(param_dict=params_dict,
10111010
cal_level=cal_level,

0 commit comments

Comments
 (0)