diff --git a/python/cudf/cudf/core/dataframe.py b/python/cudf/cudf/core/dataframe.py index 288bdfd39b3..1d7136e61e3 100644 --- a/python/cudf/cudf/core/dataframe.py +++ b/python/cudf/cudf/core/dataframe.py @@ -4525,7 +4525,6 @@ def apply( If False, the funcs will be passed the whole Series at once. Currently not supported. - engine : {'python', 'numba'}, default 'python' Unused. Added for compatibility with pandas. engine_kwargs : dict