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 d344133 commit 47bfd4a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deepmd/tf/model/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@
from deepmd.tf.utils.type_embed import (
TypeEmbedNet,
)
from deepmd.utils.version import (
check_version_compatibility,
)
from deepmd.utils.plugin import (
make_plugin_registry,
)
from deepmd.utils.version import (
check_version_compatibility,
)


class Model(ABC, make_plugin_registry("model")):
Expand Down

0 comments on commit 47bfd4a

Please sign in to comment.