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 Dec 19, 2024
1 parent 15af914 commit cf6e6e2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deepmd/pt/utils/dataloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@
from deepmd.pt.utils.dataset import (
DeepmdDataSetForLoader,
)
from deepmd.pt.utils.utils import mix_entropy
from deepmd.pt.utils.utils import (
mix_entropy,
)
from deepmd.utils.data import (
DataRequirementItem,
)
Expand Down

0 comments on commit cf6e6e2

Please sign in to comment.