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 63dc3d3 commit c2884d0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deepmd/pd/utils/dataloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
default_collate_fn,
)

from deepmd.utils import dp_random
from deepmd.pd.utils import (
env,
)
Expand All @@ -40,6 +39,9 @@
from deepmd.pt.utils.utils import (
mix_entropy,
)
from deepmd.utils import (
dp_random,
)
from deepmd.utils.data import (
DataRequirementItem,
)
Expand Down

0 comments on commit c2884d0

Please sign in to comment.