Skip to content

Commit ce19194

Browse files
committed
chore: suppress flake8 since it is used in C++
1 parent 07635d0 commit ce19194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diffpy/pdffit2/__init__.py

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

19-
from diffpy.pdffit2.output import redirect_stdout
19+
from diffpy.pdffit2.output import redirect_stdout # noqa
2020

2121
# package version
2222
from diffpy.pdffit2.version import __date__, __version__ # noqa

0 commit comments

Comments
 (0)