diff --git a/src/aiida/orm/nodes/data/structure.py b/src/aiida/orm/nodes/data/structure.py index e4988c21d6..222cb91676 100644 --- a/src/aiida/orm/nodes/data/structure.py +++ b/src/aiida/orm/nodes/data/structure.py @@ -103,9 +103,7 @@ def has_pymatgen(): def has_atomistic() -> bool: - """:return: True if the StructureData and StructureDataMutable from - aiida-atomistic module can be imported, False otherwise. - """ + """:return: True if theaiida-atomistic module can be imported, False otherwise.""" try: import aiida_atomistic # noqa: F401 except ImportError: