Skip to content

Commit

Permalink
Fix docstring (#1772)
Browse files Browse the repository at this point in the history
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **Refactor**
- Improved code readability in the core functionality without altering
the logic or control flow.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
  • Loading branch information
Andrew-S-Rosen authored Feb 27, 2024
1 parent 1a38978 commit 04a42db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/quacc/atoms/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ def check_charge_and_spin(
Returns
-------
charge, multiplicity
"""

charge = charge if charge is not None else get_charge_attribute(atoms)
Expand Down

0 comments on commit 04a42db

Please sign in to comment.