Skip to content

Commit

Permalink
pre-commit auto-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Oct 16, 2024
1 parent 51ef781 commit b69cacb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/jdftx/conftest.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import pytest

from custodian.jdftx.jobs import JDFTxJob


@pytest.fixture()
@pytest.fixture
def jdftx_job():
return JDFTxJob(jdftx_cmd="jdftx", output_file="jdftx.out")
1 change: 1 addition & 0 deletions tests/jdftx/test_jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
from unittest.mock import ANY, MagicMock, patch

import psutil

from custodian.jdftx.jobs import JDFTxJob

TEST_DIR = Path(__file__).resolve().parent.parent
Expand Down

0 comments on commit b69cacb

Please sign in to comment.