We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07635d0 commit ce19194Copy full SHA for ce19194
1 file changed
src/diffpy/pdffit2/__init__.py
@@ -16,7 +16,7 @@
16
##############################################################################
17
"""PDFfit2 - real space structure refinement program."""
18
19
-from diffpy.pdffit2.output import redirect_stdout
+from diffpy.pdffit2.output import redirect_stdout # noqa
20
21
# package version
22
from diffpy.pdffit2.version import __date__, __version__ # noqa
0 commit comments