Skip to content

Commit

Permalink
Minor lint fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
knc6 committed May 21, 2022
1 parent 2338d18 commit bd6935f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion jarvis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@ def test(*args):

path = os.path.join(os.path.split(__file__)[0], "tests")
pytest.main(args=[path] + list(args))

1 change: 0 additions & 1 deletion jarvis/tasks/qe/master_super.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,3 @@ def write_qejob(pyname="job.py", job_json=""):
except Exception as exp:
print(exp)
pass

0 comments on commit bd6935f

Please sign in to comment.