Skip to content

Commit

Permalink
Precommit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kmlefran committed Sep 11, 2023
1 parent e2bf3f8 commit 3be5ca3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aiida_aimall/parsers.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Register parsers via the "aiida.parsers" entry point in setup.json.
"""

from subproptools import qtaimExtract as qt
from subproptools import qtaimExtract as qt # pylint: disable=import-error

from aiida.common import exceptions
from aiida.orm import Dict, SinglefileData
Expand Down
2 changes: 1 addition & 1 deletion conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ def clear_database_auto(clear_database): # pylint: disable=unused-argument
def aimall_code(aiida_local_code_factory):
"""Get a aimall code."""
return aiida_local_code_factory(
executable="/Applications/AIMAll/AIMQB.app/Contents/MacOS/aimqb",
executable="aimqb",
entry_point="aimall",
)

0 comments on commit 3be5ca3

Please sign in to comment.