We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e05bfb6 commit d2cbaa6Copy full SHA for d2cbaa6
1 file changed
rmsd/calculate_rmsd.py
@@ -19,7 +19,7 @@
19
from qmllib.kernels import laplacian_kernel # type: ignore
20
from qmllib.representations import generate_fchl19 # type: ignore
21
except ImportError:
22
- qmllib = None
+ qmllib = None # type: ignore
23
24
25
__intro__ = """
0 commit comments