We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 304f0d6 commit 43b31a5Copy full SHA for 43b31a5
src/diffpy/pdffit2/__init__.py
@@ -17,7 +17,7 @@
17
18
"""PDFfit2 - real space structure refinement program."""
19
20
-# Import package version to be used by with C++ extensions
+# Import package version to be used by C++ extensions
21
from diffpy.pdffit2.output import redirect_stdout
22
from diffpy.pdffit2.version import __date__, __version__
23
@@ -27,7 +27,7 @@
27
28
# Import C++ related modules after version info is initialized
29
from diffpy.pdffit2.pdffit import PdfFit
30
-from diffpy.pdffit2.pdffit2 import is_element # Import element check functionality
+from diffpy.pdffit2.pdffit2 import is_element
31
32
# Ensure all necessary components are imported and initialized
33
assert all((PdfFit, redirect_stdout, is_element))
0 commit comments