Skip to content

Commit d5b5032

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 76454fd commit d5b5032

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

source/tests/common/dpmodel/test_dp_atomic_model.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
from deepmd.dpmodel.descriptor import (
1111
DescrptSeA,
1212
)
13-
from deepmd.dpmodel.utils.nlist import (
14-
apply_pair_exclusion_nlist,
15-
)
1613
from deepmd.dpmodel.fitting import (
1714
InvarFitting,
1815
)
16+
from deepmd.dpmodel.utils.nlist import (
17+
apply_pair_exclusion_nlist,
18+
)
1919

2020
from .case_single_frame_with_nlist import (
2121
TestCaseSingleFrameWithNlist,

0 commit comments

Comments
 (0)