Skip to content

Commit

Permalink
Fixing docstring for aiida-atomistic
Browse files Browse the repository at this point in the history
  • Loading branch information
mikibonacci committed Jan 3, 2025
1 parent 758e7a3 commit fcf376e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/aiida/orm/nodes/data/structure.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit fcf376e

Please sign in to comment.