Skip to content

Commit

Permalink
Update phonons.py (#1985)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-S-Rosen authored Apr 9, 2024
1 parent ad2f3d9 commit bd23ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/quacc/atoms/phonons.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
try:
import phonopy

has_deps = phonopy is not None and find_spec("seekpath") is not None
has_deps = find_spec("seekpath") is not None
except ImportError:
has_deps = False

Expand Down

0 comments on commit bd23ed3

Please sign in to comment.