Skip to content

Commit

Permalink
Delete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt711 committed May 23, 2024
1 parent 8ac0997 commit 8228359
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/cudf/cudf/pandas/fast_slow_proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8228359

Please sign in to comment.