Skip to content

Commit 19178ad

Browse files
Fix a circular import in _usmarray.py
1 parent eea1dc1 commit 19178ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpnp/tensor/_usmarray.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ import numpy as np
3737
from dpctl._backend cimport DPCTLSyclUSMRef
3838
from dpctl._sycl_device_factory cimport _cached_default_device
3939

40-
import dpnp.tensor
40+
import dpnp
4141

4242
from ._data_types import bool as dpt_bool
4343
from ._device import Device

0 commit comments

Comments
 (0)