Skip to content

Commit 07635d0

Browse files
[pre-commit.ci] auto fixes from pre-commit hooks
1 parent 3ec420e commit 07635d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/diffpy/pdffit2/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@
1616
##############################################################################
1717
"""PDFfit2 - real space structure refinement program."""
1818

19+
from diffpy.pdffit2.output import redirect_stdout
20+
1921
# package version
2022
from diffpy.pdffit2.version import __date__, __version__ # noqa
21-
from diffpy.pdffit2.output import redirect_stdout
2223

2324
# silence the pyflakes syntax checker
2425
assert __version__ or True

0 commit comments

Comments
 (0)