Skip to content

Commit 6bbb957

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent a00133b commit 6bbb957

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

deepmd/entrypoints/test.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@
3939
DeepWFC,
4040
)
4141
from deepmd.utils import random as dp_random
42-
from deepmd.utils.compat import update_deepmd_input
42+
from deepmd.utils.compat import (
43+
update_deepmd_input,
44+
)
4345
from deepmd.utils.data import (
4446
DeepmdData,
4547
)

0 commit comments

Comments
 (0)