Skip to content

Commit 51b822f

Browse files
committed
fix import
1 parent 286be51 commit 51b822f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/io/test_phonopy.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,11 @@
1010
from numpy.testing import assert_allclose, assert_array_equal
1111
from pytest import approx
1212

13-
from pymatgen.core import Element
13+
from pymatgen.core import Element, Structure
1414
from pymatgen.io.phonopy import (
1515
CompletePhononDos,
1616
PhononBandStructure,
1717
PhononBandStructureSymmLine,
18-
Structure,
1918
get_complete_ph_dos,
2019
get_displaced_structures,
2120
get_gruneisen_ph_bs_symm_line,

0 commit comments

Comments
 (0)