Skip to content

Commit

Permalink
fix imports on transfrompdftordf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cadenmyers13 committed May 29, 2024
1 parent febb96b commit 2f2c25c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/diffpy/pdfmorph/morph_helpers/transformpdftordf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"""


from diffpy.pdfmorph.morphs.morph import *
from diffpy.pdfmorph.morphs.morph import LABEL_GR, LABEL_RA, LABEL_RR, Morph


class TransformXtalPDFtoRDF(Morph):
Expand Down

0 comments on commit 2f2c25c

Please sign in to comment.