Skip to content

Commit 2f2c25c

Browse files
committed
fix imports on transfrompdftordf.py
1 parent febb96b commit 2f2c25c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diffpy/pdfmorph/morph_helpers/transformpdftordf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"""
1919

2020

21-
from diffpy.pdfmorph.morphs.morph import *
21+
from diffpy.pdfmorph.morphs.morph import LABEL_GR, LABEL_RA, LABEL_RR, Morph
2222

2323

2424
class TransformXtalPDFtoRDF(Morph):

0 commit comments

Comments
 (0)