Skip to content

Commit

Permalink
Fix docstring type hint
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-S-Rosen committed Apr 23, 2024
1 parent e20c77e commit 3438be8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/quacc/atoms/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ def perturb(mol: Atoms, matrix: list[list[float]] | NDArray, scale: float) -> At
Returns
-------
mol_copy
Atoms
The input molecule after perturbation
"""

Expand Down

0 comments on commit 3438be8

Please sign in to comment.