Skip to content

Commit 94ef4d1

Browse files
jaymedinabsipocz
authored andcommitted
codestyle
1 parent 297672a commit 94ef4d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/mast/cutouts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def _parse_cutout_size(size, timeout=None, mission=None):
103103
if len(size) > 2:
104104
warnings.warn("Too many dimensions in cutout size, only the first two will be used.",
105105
InputWarning)
106-
106+
107107
# Getting x and y out of the size
108108

109109
if np.isscalar(size[0]):

0 commit comments

Comments
 (0)