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 Aug 27, 2024
1 parent 65ec9d7 commit 0dafdb7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deepmd/dpmodel/atomic_model/property_atomic_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
class DPPropertyAtomicModel(DPAtomicModel):
def __init__(self, descriptor, fitting, type_map, **kwargs):
assert isinstance(fitting, PropertyFittingNet)
super().__init__(descriptor, fitting, type_map, **kwargs)
super().__init__(descriptor, fitting, type_map, **kwargs)
6 changes: 3 additions & 3 deletions deepmd/dpmodel/model/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
from .ener_model import (
EnergyModel,
)
from .property_model import (
PropertyModel,
)
from .make_model import (
make_model,
)
from .property_model import (
PropertyModel,
)
from .spin_model import (
SpinModel,
)
Expand Down

0 comments on commit 0dafdb7

Please sign in to comment.