Skip to content

Commit

Permalink
refactor: remove unnecessary pass (#972)
Browse files Browse the repository at this point in the history
The `pass` statement used here is not necessary. You can safely remove
this.

---------

Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
  • Loading branch information
deepsource-autofix[bot] authored Sep 25, 2023
1 parent 8db8d30 commit 456ac9e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions tests/recipes/dftb_recipes/test_dftb_recipes.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,6 @@ def test_relax_job(tmpdir):


def test_unique_workdir(tmpdir):
pass

SETTINGS.CREATE_UNIQUE_WORKDIR = True
test_static_job(tmpdir)
test_relax_job(tmpdir)
Expand Down
2 changes: 0 additions & 2 deletions tests/recipes/tblite_recipes/test_tblite_recipes.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,6 @@ def test_freq_job(tmpdir):


def test_unique_workdir(tmpdir):
pass

SETTINGS.CREATE_UNIQUE_WORKDIR = True
test_static_job(tmpdir)
test_relax_job(tmpdir)
Expand Down

0 comments on commit 456ac9e

Please sign in to comment.