Skip to content

Commit 08e5dac

Browse files
Renamed _set_functions_async -> _set_functions
1 parent b1b0af1 commit 08e5dac

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

dpctl/tensor/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
reduce_hypot,
176176
sum,
177177
)
178-
from ._set_functions_async import (
178+
from ._set_functions import (
179179
unique_all,
180180
unique_counts,
181181
unique_inverse,
File renamed without changes.

0 commit comments

Comments
 (0)