Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 15, 2024
1 parent 6c6ca34 commit 7e05c35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/tests/pd/model/test_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
Path,
)

from deepmd.dpmodel.utils.learning_rate import LearningRateExp as MyLRExp
from deepmd.pd.loss import (
EnergyStdLoss,
)
Expand All @@ -31,7 +32,6 @@
from deepmd.pd.utils.env import (
DEVICE,
)
from deepmd.dpmodel.utils.learning_rate import LearningRateExp as MyLRExp
from deepmd.tf.common import (
expand_sys_str,
)
Expand Down

0 comments on commit 7e05c35

Please sign in to comment.