Skip to content

Commit 61a7248

Browse files
Apply remarks
1 parent a0d2c2a commit 61a7248

3 files changed

Lines changed: 1 addition & 3 deletions

File tree

dpnp/dpnp_utils/dpnp_algo_utils.pyx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ This module contains different helpers and utilities
3636
"""
3737

3838
import dpctl
39-
import dpctl.utils as dpu
4039
import numpy
4140

4241
import dpnp

dpnp/exceptions/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
from dpctl.memory import USMAllocationError
3535
from numpy.exceptions import AxisError
3636

37-
from dpnp.tensor._compute_follows_data import ExecutionPlacementError
37+
from dpnp.tensor import ExecutionPlacementError
3838
from dpnp.tensor._dlpack import DLPackCreationError
3939

4040
__all__ = [

dpnp/tests/tensor/test_usm_ndarray_searchsorted.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
# *****************************************************************************
2828

2929
import dpctl
30-
import dpctl.utils as dpu
3130
import numpy as np
3231
import pytest
3332

0 commit comments

Comments
 (0)