Skip to content

Commit a342e04

Browse files
Update import path in test_add_remove.py
1 parent 66ad5d8 commit a342e04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/third_party/cupy/manipulation_tests/test_add_remove.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
import dpnp as cupy
77

88
from ....helper import has_support_aspect64
9-
from ...testing._loops import (
9+
from .. import testing
10+
from ..testing._loops import (
1011
_complex_dtypes,
1112
_regular_float_dtypes,
1213
)
13-
from .. import testing
1414

1515

1616
@pytest.mark.skip("delete() is not implemented yet")

0 commit comments

Comments
 (0)