Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 19, 2024
1 parent 451bd0d commit 774fb7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dpdata/plugins/ase.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def to_system(self, data, **kwargs):
return structures

def to_labeled_system(self, data, *args, **kwargs):
"""Convert System to ASE Atoms object. """
"""Convert System to ASE Atoms object."""
from ase import Atoms
from ase.calculators.singlepoint import SinglePointCalculator

Expand Down

0 comments on commit 774fb7d

Please sign in to comment.