Skip to content

Commit 92adf17

Browse files
committed
Merge branch 'serialization-display' of https://github.com/njzjz/deepmd-kit into serialization-display
2 parents 1b39880 + e9f2a8d commit 92adf17

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,11 +1,13 @@
11
# SPDX-License-Identifier: LGPL-3.0-or-later
22
from copy import deepcopy
33
import datetime
4-
from functools import cached_property
54
import json
65
from collections.abc import (
76
Callable,
87
)
8+
from functools import (
9+
cached_property,
10+
)
911
from pathlib import (
1012
Path,
1113
)

0 commit comments

Comments
 (0)