Skip to content

Commit 84906e8

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

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

deepmd/dpmodel/utils/learning_rate.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
from deepmd.common import (
1313
j_get_type,
1414
)
15-
from deepmd.dpmodel.array_api import Array
15+
from deepmd.dpmodel.array_api import (
16+
Array,
17+
)
1618
from deepmd.utils.plugin import (
1719
PluginVariant,
1820
make_plugin_registry,

0 commit comments

Comments
 (0)