Skip to content

Commit a99528e

Browse files
committed
fix imports on transformrdftopdf.py
1 parent febb96b commit a99528e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diffpy/pdfmorph/morph_helpers/transformrdftopdf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
import numpy
2222

23-
from diffpy.pdfmorph.morphs.morph import *
23+
from diffpy.pdfmorph.morphs.morph import LABEL_GR, LABEL_RA, LABEL_RR, Morph
2424

2525

2626
class TransformXtalRDFtoPDF(Morph):

0 commit comments

Comments
 (0)