From ace61060c9bb417203aad26707b2a4afbb56452d Mon Sep 17 00:00:00 2001 From: David Gardner Date: Tue, 10 Dec 2024 16:27:26 -0800 Subject: [PATCH] Remove stub file for cudf_helpers, we weren't exposing any functions to python --- .../morpheus/_lib/cudf_helpers/__init__.pyi | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 python/morpheus/morpheus/_lib/cudf_helpers/__init__.pyi diff --git a/python/morpheus/morpheus/_lib/cudf_helpers/__init__.pyi b/python/morpheus/morpheus/_lib/cudf_helpers/__init__.pyi deleted file mode 100644 index 963a8d786..000000000 --- a/python/morpheus/morpheus/_lib/cudf_helpers/__init__.pyi +++ /dev/null @@ -1,13 +0,0 @@ -from View.MemoryView import __pyx_unpickle_Enum -from __future__ import annotations -import builtins as __builtins__ -import cudf as cudf -from cudf._lib.null_mask import bitmask_allocation_size_bytes -from cudf.core.buffer.exposure_tracked_buffer import ExposureTrackedBuffer -from cudf.core.buffer.spillable_buffer import SpillableBuffer -from cudf.core.buffer.utils import as_buffer -from cudf.core.dtypes import StructDtype -import rmm as rmm -__all__ = ['ExposureTrackedBuffer', 'SpillableBuffer', 'StructDtype', 'as_buffer', 'bitmask_allocation_size_bytes', 'cudf', 'rmm'] -__pyx_capi__: dict # value = {'make_table_from_table_with_metadata': , 'make_table_from_table_info_data': , 'make_table_info_data_from_table': , 'data_from_table_view_indexed': } -__test__: dict = {}