Skip to content

Commit 50dcaec

Browse files
khaledDiptorup Deb
authored andcommitted
Remove unused imports
Minor typo fix
1 parent 58286fc commit 50dcaec

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

numba_dpex/tests/core/types/DpctlSyclQueue/test_queue_ref_attr.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# SPDX-License-Identifier: Apache-2.0
44

55
import dpctl
6-
import pytest
76
from llvmlite import ir as llvmir
87
from numba.core import cgutils, types
98
from numba.extending import intrinsic

numba_dpex/tests/dpjit_tests/dpnp/test_dpnp_full.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def func(shape, fill_value):
5959
if c.dtype != dummy.dtype:
6060
if sys.platform != "linux":
6161
pytest.xfail(
62-
"Ddefault bit length is not as same as that of linux for {0:s}".format(
62+
"Default bit length is not as same as that of linux for {0:s}".format(
6363
str(dummy.dtype)
6464
)
6565
)

numba_dpex/tests/dpjit_tests/dpnp/test_dpnp_full_like.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def func(x, fill_value):
5858
if c.dtype != dummy.dtype:
5959
if sys.platform != "linux":
6060
pytest.xfail(
61-
"Ddefault bit length is not as same as that of linux for {0:s}".format(
61+
"Default bit length is not as same as that of linux for {0:s}".format(
6262
str(dummy.dtype)
6363
)
6464
)

0 commit comments

Comments
 (0)