Skip to content

Commit 4d30588

Browse files
jespinosaarsnbianco
authored andcommitted
INTEGRALSWRQ-158: pycodestyle fixes in esa.utils
1 parent 6b85e97 commit 4d30588

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

astroquery/esa/utils/tests/test_utils.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ def test_download_cache(self, mock_get, tmp_cwd):
218218
def test_read_tar(self):
219219
temp_path = create_temp_folder()
220220
tar_file = copy_to_temporal_path(data_path=data_path('tar_file.tar'), temp_folder=temp_path,
221-
filename='tar_file.tar')
221+
filename='tar_file.tar')
222222

223223
files = esautils.read_downloaded_fits([tar_file])
224224

@@ -231,7 +231,7 @@ def test_read_tar(self):
231231
def test_read_tar_gz(self):
232232
temp_path = create_temp_folder()
233233
tar_gz_file = copy_to_temporal_path(data_path=data_path('tar_gz_file.tar.gz'), temp_folder=temp_path,
234-
filename='tar_gz_file.tar.gz')
234+
filename='tar_gz_file.tar.gz')
235235

236236
files = esautils.read_downloaded_fits([tar_gz_file])
237237

@@ -245,7 +245,7 @@ def test_read_tar_gz(self):
245245
def test_read_zip(self):
246246
temp_path = create_temp_folder()
247247
zip_file = copy_to_temporal_path(data_path=data_path('zip_file.zip'), temp_folder=temp_path,
248-
filename='zip_file.zip')
248+
filename='zip_file.zip')
249249

250250
files = esautils.read_downloaded_fits([zip_file])
251251

0 commit comments

Comments
 (0)