Skip to content

Commit 4e914c2

Browse files
committed
MAINT: remove unused import of diffpy.structure.
1 parent 2614f44 commit 4e914c2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/pyobjcryst/tests/testutils.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ def _testPutAtomsInMolecule(self):
3838

3939
c = CreateCrystalFromCIF(open(fname))
4040

41-
from diffpy.Structure import Structure
42-
s = Structure(filename = fname)
43-
4441
# Get positions from unmodified structure
4542
pos1 = []
4643
scl = c.GetScatteringComponentList()

0 commit comments

Comments
 (0)