Skip to content

Commit 0aadcbc

Browse files
[pre-commit.ci] auto fixes from pre-commit hooks
1 parent 2622188 commit 0aadcbc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/diffpy/pdfmorph/pdfmorphpy.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@
44
from pathlib import Path
55

66
from diffpy.pdfmorph.pdfmorphapp import create_option_parser, multiple_morphs, multiple_targets, single_morph
7+
78
=======
8-
from diffpy.pdfmorph.pdfmorphapp import create_option_parser, single_morph, multiple_targets, multiple_morphs
9+
from diffpy.pdfmorph.pdfmorphapp import create_option_parser, multiple_morphs, multiple_targets, single_morph
10+
911
>>>>>>> Stashed changes
1012

1113

0 commit comments

Comments
 (0)