Skip to content

Commit c0da8c9

Browse files
committed
Fixed indentation
1 parent cfed25d commit c0da8c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/esasky/tests/test_esasky_remote.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def test_esasky_get_images_jwst(self, tmp_path, mission, position):
132132
result = ESASky.get_images(position=position, missions=mission, download_dir=tmp_path)
133133
assert tmp_path.stat().st_size
134134
for hdu_list in result[mission.upper()]:
135-
hdu_list.close()
135+
hdu_list.close()
136136

137137
@pytest.mark.bigdata
138138
def test_esasky_get_images_hst(self, tmp_path):

0 commit comments

Comments
 (0)