Skip to content

Commit d6ecf97

Browse files
committed
MAINT: minor whitespace fix
1 parent 3a2724c commit d6ecf97

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

astroquery/esa/hsa/tests/test_hsa_remote.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@
2727
("download_data", {"observation_id": "1342191188", "instrument_name": "SPIRE", "product_level": "LEVEL2", },
2828
"1342191188.tar", SPIRE_ENDINGS),
2929
("get_observation", {}, "1342191813.tar", PACS_ENDINGS)])
30-
def test_download_data_observation(
31-
method, kwargs, expected_filename, expected_endings, tmp_path
32-
):
30+
def test_download_data_observation(method, kwargs, expected_filename, expected_endings, tmp_path):
3331
parameters = {"observation_id": "1342191813",
3432
'instrument_name': "PACS",
3533
'product_level': 'LEVEL3',

0 commit comments

Comments
 (0)