Skip to content

Commit 1cf7670

Browse files
Update import path in test_arraypad.py
1 parent c89e134 commit 1cf7670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpnp/tests/test_arraypad.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
from numpy.lib.arraypad import _as_pairs as numpy_as_pairs
88

99
from numpy.testing import assert_array_equal, assert_equal
10-
from tests.third_party.cupy import testing
1110

1211
import dpnp
1312
from dpnp.dpnp_utils.dpnp_utils_pad import _as_pairs as dpnp_as_pairs
13+
from dpnp.tests.third_party.cupy import testing
1414

1515
from .helper import assert_dtype_allclose, get_all_dtypes
1616

0 commit comments

Comments
 (0)