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 Jul 24, 2024
1 parent 3c12895 commit 27c617b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/aiidalab_qe/plugins/pdos/workchain.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ def check_codes(pw_code, dos_code, projwfc_code):
)
and len(
{
pw_code.computer.pk,
dos_code.computer.pk,
projwfc_code.computer.pk,
}
pw_code.computer.pk,
dos_code.computer.pk,
projwfc_code.computer.pk,
}
)
!= 1
):
Expand Down

0 comments on commit 27c617b

Please sign in to comment.