Skip to content

Commit a7fc878

Browse files
committed
linter
1 parent 9fc1051 commit a7fc878

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

astroquery/esasky/tests/test_esasky_remote.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,8 @@ def test_esasky_get_images_for_erosita(self, tmp_path):
136136
@pytest.mark.bigdata
137137
@pytest.mark.parametrize('mission, position',
138138
list(zip(['JWST-MID-IR', 'JWST-NEAR-IR'],
139-
['340.50123388127435 -69.17904779241904', '225.6864099965157 -3.0315781490149467'])))
139+
['340.50123388127435 -69.17904779241904',
140+
'225.6864099965157 -3.0315781490149467'])))
140141
def test_esasky_get_images_jwst(self, tmp_path, mission, position):
141142
result = ESASky.get_images(position=position, missions=mission, download_dir=tmp_path)
142143
assert tmp_path.stat().st_size

0 commit comments

Comments
 (0)