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 27, 2023
1 parent 282e889 commit bb68403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phonopy/interface/abacus.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ def read_abacus_output(filename):
if re.search(r"TOTAL-FORCE \(eV/Angstrom\)", line):
force = np.zeros((natom, 3))
ver_diff = file.readline()
if '---' not in ver_diff:
if "---" not in ver_diff:
for i in range(3):
file.readline()
for i in range(natom):
Expand Down

0 comments on commit bb68403

Please sign in to comment.