Skip to content

Commit a2496a0

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

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

source/tests/pt_expt/utils/test_graph_with_comm_export.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -224,9 +224,7 @@ def test_graph_with_comm_n_local_is_separate_device_input(
224224
# Build a single-rank self-comm system: 5 owned + 2 ghost nodes.
225225
import ctypes
226226

227-
from deepmd.dpmodel.model.model import (
228-
get_model as get_dp_model,
229-
)
227+
from deepmd.dpmodel.model.model import get_model as get_dp_model
230228
from deepmd.dpmodel.utils.neighbor_graph import (
231229
build_neighbor_graph,
232230
)

0 commit comments

Comments
 (0)