Skip to content

Commit b910f87

Browse files
[pre-commit.ci] auto fixes from pre-commit hooks
1 parent 5c747a3 commit b910f87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diffpy/structure/parsers/p_cif.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@
3232
from contextlib import contextmanager
3333

3434
import numpy
35+
from CifFile.yapps3_compiled_rt import YappsSyntaxError
3536

3637
from diffpy.structure import Atom, Lattice, Structure
3738
from diffpy.structure.parsers import StructureParser
3839
from diffpy.structure.structureerrors import StructureFormatError
39-
from CifFile.yapps3_compiled_rt import YappsSyntaxError
4040

4141
# ----------------------------------------------------------------------------
4242

0 commit comments

Comments
 (0)