Skip to content

Commit

Permalink
Fix flake8 errors
Browse files Browse the repository at this point in the history
  • Loading branch information
tomdonaldson committed Dec 17, 2019
1 parent e43a60a commit dfeda09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyvo/io/uws/tests/test_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ def test_job(self):
"data/job.xml"))

assert job.jobid == '1337'
assert job.version =="1.1"
assert job.version == "1.1"

job = uws.parse_job(get_pkg_data_filename(
"data/job-implicit-v1.0.xml"))

assert job.version =="1.0"
assert job.version == "1.0"

0 comments on commit dfeda09

Please sign in to comment.