Skip to content

Commit 948e782

Browse files
committed
Remove another import
1 parent 93e8515 commit 948e782

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/morpheus/morpheus/_lib/cudf_helpers.pyx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ from pylibcudf.libcudf.table.table_view cimport table_view
2929
from pylibcudf.libcudf.types cimport size_type
3030

3131
from cudf._lib.column cimport Column
32-
from cudf._lib.utils cimport data_from_unique_ptr
3332

3433
##### THE FOLLOWING CODE IS COPIED FROM CUDF AND SHOULD BE REMOVED WHEN UPDATING TO cudf>=24.12 #####
3534
# see https://github.com/rapidsai/cudf/pull/17193 for details

0 commit comments

Comments
 (0)