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 Feb 28, 2024
1 parent de0e3ab commit b1ad4bc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion deepmd/pt/model/model/dipole_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

import torch


from .dp_model import (
DPModel,
)
Expand Down
7 changes: 4 additions & 3 deletions deepmd/pt/model/model/make_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,14 @@
communicate_extended_output,
fit_output_to_model_output,
)
from deepmd.pt.utils import (
env,
)
from deepmd.pt.utils.nlist import (
extend_input_and_build_neighbor_list,
nlist_distinguish_types,
)
from deepmd.pt.utils import (
env,
)


def make_model(T_AtomicModel):
"""Make a model as a derived class of an atomic model.
Expand Down
1 change: 0 additions & 1 deletion deepmd/pt/model/model/polar_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

import torch


from .dp_model import (
DPModel,
)
Expand Down

0 comments on commit b1ad4bc

Please sign in to comment.