Skip to content

Commit e9f2a8d

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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
22
import datetime
3-
from functools import cached_property
43
import json
54
from collections.abc import (
65
Callable,
76
)
7+
from functools import (
8+
cached_property,
9+
)
810
from pathlib import (
911
Path,
1012
)

0 commit comments

Comments
 (0)