Skip to content

Commit db9c883

Browse files
committed
fix linting
1 parent a9a03f3 commit db9c883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/atomate2/utils/testing/lobster.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def monkeypatch_lobster(monkeypatch: pytest.MonkeyPatch, lobster_test_dir: Path)
6666
lobster_test_dir (Path): The directory containing reference files for LOBSTER tests.
6767
"""
6868

69-
def mock_run_lobster(*args, **kwargs) -> None:
69+
def mock_run_lobster(*_args, **_kwargs) -> None:
7070
from jobflow import CURRENT_JOB
7171

7272
name = CURRENT_JOB.job.name

0 commit comments

Comments
 (0)