Skip to content

Commit 762b0cb

Browse files
committed
pep8 fixes
1 parent cb314fb commit 762b0cb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

astroquery/mast/cutouts.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -407,11 +407,11 @@ def download_cutouts(self, coordinates, size=5, survey=None, cutout_format="fits
407407
Set inflate to false to stop before the inflate step.
408408
**img_params : dict
409409
Optional, only used if format is jpg or png
410-
Valid parameters are stretch, minmax_percent, minmax_value, and invert.
411-
These arguments are documented here:
410+
Valid parameters are stretch, minmax_percent, minmax_value, and invert.
411+
These arguments are documented here:
412412
https://astrocut.readthedocs.io/en/latest/api/astrocut.img_cut.html
413-
The Column Name is the keyword, with the argument being one or more acceptable
414-
values for that parameter, except for fields with a float datatype where the
413+
The Column Name is the keyword, with the argument being one or more acceptable
414+
values for that parameter, except for fields with a float datatype where the
415415
argument should be in the form [minVal, maxVal].
416416
417417
Returns
@@ -450,7 +450,7 @@ def download_cutouts(self, coordinates, size=5, survey=None, cutout_format="fits
450450
response = json.load(FLE)
451451
warnings.warn(response['msg'], NoResultsWarning)
452452
return localpath_table
453-
453+
454454
if not inflate: # not unzipping
455455
localpath_table['Local Path'] = [zipfile_path]
456456
return localpath_table

0 commit comments

Comments
 (0)