Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 19, 2024
1 parent 41e1732 commit 9e616a1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/aiidalab_qe/app/submission/global_settings/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,7 @@ def check_resources(self):
num_sites = len(self.input_structure.sites)
volume = self.input_structure.get_cell_volume()

code = orm.load_node(
pw_code_model.selected
)
code = orm.load_node(pw_code_model.selected)
machine_cpus = code.computer.get_default_mpiprocs_per_machine()

large_system = (
Expand Down

0 comments on commit 9e616a1

Please sign in to comment.