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 Jan 30, 2024
1 parent 06d2579 commit 7cad8a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/tests/pt/test_fitting_net.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
from deepmd.pt.model.task import (
EnergyFittingNet,
)
from deepmd.pt.utils import (
env,
)
from deepmd.pt.utils.env import (
GLOBAL_NP_FLOAT_PRECISION,
)
from deepmd.tf.fit.ener import (
EnerFitting,
)
from deepmd.pt.utils import (
env,
)


class FakeDescriptor:
Expand Down

0 comments on commit 7cad8a6

Please sign in to comment.