Skip to content

Commit db05969

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

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • deepmd/deepmd_property_tools/deepmd_property_tools

deepmd/deepmd_property_tools/deepmd_property_tools/cli.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@
66
)
77

88
import argparse
9+
from collections.abc import (
10+
Sequence,
11+
)
912
from pathlib import (
1013
Path,
1114
)
12-
from collections.abc import Sequence
1315

1416
from deepmd_property_tools import (
1517
PropertyPredict,

0 commit comments

Comments
 (0)