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 8, 2024
1 parent f04563f commit 81691fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deepmd/pt/model/model/pairtab_atomic_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
)

import torch
from .model import (
BaseModel,
)

from deepmd.dpmodel import (
FittingOutputDef,
Expand All @@ -22,6 +19,9 @@
from .base_atomic_model import (
BaseAtomicModel,
)
from .model import (

Check warning on line 22 in deepmd/pt/model/model/pairtab_atomic_model.py

View check run for this annotation

Codecov / codecov/patch

deepmd/pt/model/model/pairtab_atomic_model.py#L22

Added line #L22 was not covered by tests
BaseModel,
)


class PairTabModel(BaseModel, BaseAtomicModel):

Check warning on line 27 in deepmd/pt/model/model/pairtab_atomic_model.py

View check run for this annotation

Codecov / codecov/patch

deepmd/pt/model/model/pairtab_atomic_model.py#L27

Added line #L27 was not covered by tests
Expand Down

0 comments on commit 81691fd

Please sign in to comment.