We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c747a3 commit b910f87Copy full SHA for b910f87
src/diffpy/structure/parsers/p_cif.py
@@ -32,11 +32,11 @@
32
from contextlib import contextmanager
33
34
import numpy
35
+from CifFile.yapps3_compiled_rt import YappsSyntaxError
36
37
from diffpy.structure import Atom, Lattice, Structure
38
from diffpy.structure.parsers import StructureParser
39
from diffpy.structure.structureerrors import StructureFormatError
-from CifFile.yapps3_compiled_rt import YappsSyntaxError
40
41
# ----------------------------------------------------------------------------
42
0 commit comments