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 Jan 6, 2025
1 parent 27999af commit 83b7f1d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions deepmd/pt/utils/stat.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# SPDX-License-Identifier: LGPL-3.0-or-later
import logging
import numpy as np
import torch
from collections import (
defaultdict,
)
Expand All @@ -10,9 +8,10 @@
Optional,
Union,
)
from deepmd.dpmodel.output_def import (
FittingOutputDef,
)

import numpy as np
import torch

from deepmd.pt.utils import (
AtomExcludeMask,
)
Expand Down

0 comments on commit 83b7f1d

Please sign in to comment.