Skip to content

Commit 58691c6

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 92adf17 commit 58691c6

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

deepmd/dpmodel/utils/serialization.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# SPDX-License-Identifier: LGPL-3.0-or-later
2-
from copy import deepcopy
32
import datetime
43
import json
54
from collections.abc import (
65
Callable,
76
)
7+
from copy import (
8+
deepcopy,
9+
)
810
from functools import (
911
cached_property,
1012
)

0 commit comments

Comments
 (0)