Skip to content

Commit 5589f80

Browse files
pre-commit-ci[bot]OutisLi
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 58d6825 commit 5589f80

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

dpdata/plugins/lammps.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,7 @@ def from_system(
108108
register_charge(data)
109109
return data
110110

111-
def to_system(
112-
self, data, file_name: FileType, frame_idx=0, **kwargs
113-
):
111+
def to_system(self, data, file_name: FileType, frame_idx=0, **kwargs):
114112
"""Dump the system in lammps data format.
115113
116114
Parameters

0 commit comments

Comments
 (0)