We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9a03f3 commit db9c883Copy full SHA for db9c883
src/atomate2/utils/testing/lobster.py
@@ -66,7 +66,7 @@ def monkeypatch_lobster(monkeypatch: pytest.MonkeyPatch, lobster_test_dir: Path)
66
lobster_test_dir (Path): The directory containing reference files for LOBSTER tests.
67
"""
68
69
- def mock_run_lobster(*args, **kwargs) -> None:
+ def mock_run_lobster(*_args, **_kwargs) -> None:
70
from jobflow import CURRENT_JOB
71
72
name = CURRENT_JOB.job.name
0 commit comments