Skip to content

Commit 6d63788

Browse files
author
Javier Duran
committed
Fixing pycodestyle issues
1 parent 6fe17c8 commit 6d63788

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

astroquery/esa/xmm_newton/tests/test_xmm_newton.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ def test_parse_filename(self):
264264
}
265265

266266
_rmf_files = ["epn_e2_ff20_sdY4.rmf", "m2_e9_im_pall_o.rmf"]
267-
267+
268268
def _create_tar(self, tarname, files):
269269
with tarfile.open(tarname, "w") as tar:
270270
for ob_name, ob in self._files.items():
@@ -284,7 +284,7 @@ def _create_tar(self, tarname, files):
284284
os.remove(os.path.join(ob_name, ftype, f))
285285
shutil.rmtree(os.path.join(ob_name, ftype))
286286
shutil.rmtree(ob_name)
287-
287+
288288
def _create_tar_lightcurves(self, tarname, files):
289289
with tarfile.open(tarname, "w") as tar:
290290
for ob_name, ob in self._files.items():
@@ -588,7 +588,7 @@ def test_get_epic_lightcurve(self):
588588
_source_number = 1
589589
xsa = XMMNewtonClass(self.get_dummy_tap_handler())
590590
res = xsa.get_epic_lightcurve(_tarname, _source_number,
591-
instrument=['M1','M2','PN'])
591+
instrument=['M1', 'M2', 'PN'])
592592
assert res == {}
593593

594594
def test_get_epic_lightcurve_non_existing_file(self, capsys):

0 commit comments

Comments
 (0)