Skip to content

Commit e2039c6

Browse files
committed
codestyle
1 parent f8df89e commit e2039c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

astroquery/mast/tests/test_mast_remote.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1026,7 +1026,8 @@ def test_tesscut_get_cutouts_mt(self):
10261026

10271027
@pytest.mark.xfail(raises=LargeQueryWarning)
10281028
@pytest.mark.parametrize("product", ["tica", "spoc"])
1029-
@pytest.mark.parametrize("size", [31, [5, 60], 0.2 * u.deg, [0.1 * u.deg, 0.2 * u.deg], 5000 * u.arcsec, 20 * u.arcmin])
1029+
@pytest.mark.parametrize("size", [31, [5, 60], 0.2 * u.deg, [0.1 * u.deg, 0.2 * u.deg],
1030+
5000 * u.arcsec, 20 * u.arcmin])
10301031
def test_tesscut_timeout_param(self, product, size):
10311032

10321033
# Check that a warning comes up when cutout size too big

0 commit comments

Comments
 (0)