Skip to content

Commit d2cbaa6

Browse files
committed
Updated qmllib import error handling with type ignore comment.
1 parent e05bfb6 commit d2cbaa6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rmsd/calculate_rmsd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from qmllib.kernels import laplacian_kernel # type: ignore
2020
from qmllib.representations import generate_fchl19 # type: ignore
2121
except ImportError:
22-
qmllib = None
22+
qmllib = None # type: ignore
2323

2424

2525
__intro__ = """

0 commit comments

Comments
 (0)