diff --git a/python/cudf/cudf/pandas/fast_slow_proxy.py b/python/cudf/cudf/pandas/fast_slow_proxy.py index ea198a0198c..0aec7527f98 100644 --- a/python/cudf/cudf/pandas/fast_slow_proxy.py +++ b/python/cudf/cudf/pandas/fast_slow_proxy.py @@ -29,8 +29,6 @@ from ..options import get_option from .annotation import nvtx -# from cudf.pandas._wrappers.pandas import Timedelta, Timestamp, DataFrame, Series, Index, RangeIndex, SparseDtype, SparseArray, CategoricalIndex, Categorical, CategoricalDtype, DatetimeIndex, DatetimeArray, DatetimeTZDtype, TimedeltaIndex, NumpyExtensionArray, PandasArray, TimedeltaArray, PeriodIndex, PeriodArray, PeriodDtype, Period, MultiIndex, Grouper, StringArray, StringDtype, BooleanArray, BooleanDtype, IntegerArray, Int8Dtype, Int16Dtype, Int32Dtype, Int64Dtype, UInt8Dtype, UInt16Dtype, UInt32Dtype, UInt64Dtype, IntervalIndex, IntervalArray, IntervalDtype, Interval, FloatingArray, Float32Dtype, Float64Dtype, FixedForwardWindowIndexer, VariableOffsetWindowIndexer, HDFStore, ExcelFile, ExcelWriter, Styler, USFederalHolidayCalendar, HolidayCalendarMetaClass, AbstractHolidayCalendar, Holiday, USThanksgivingDay, USColumbusDay, USLaborDay, USMemorialDay, USMartinLutherKingJr, USPresidentsDay, GoodFriday, EasterMonday, FY5253, BDay, BMonthBegin, BMonthEnd, BQuarterBegin, BQuarterEnd, BusinessDay, BusinessHour, BusinessMonthBegin, BusinessMonthEnd, BYearBegin, BYearEnd, CBMonthBegin, CBMonthEnd, CDay, CustomBusinessDay, CustomBusinessHour, CustomBusinessMonthBegin, CustomBusinessMonthEnd, DateOffset, BaseOffset, Day, Easter, FY5253Quarter, Hour, LastWeekOfMonth, Micro, Milli, Minute, MonthBegin, MonthEnd, Nano, QuarterBegin, QuarterEnd, Second, SemiMonthBegin, SemiMonthEnd, Tick, Week, WeekOfMonth, YearBegin, YearEnd, Flags, NamedAgg, ArrowExtensionArray - def call_operator(fn, args, kwargs): return fn(*args, **kwargs)