From 6ee92465e27a6c2ad4f7150ec94df6e4b0ae5019 Mon Sep 17 00:00:00 2001 From: Maria Rubtsova Date: Fri, 26 Nov 2021 02:32:52 -0600 Subject: [PATCH] FEAT-#3724: Delete not neeeded comment Signed-off-by: Maria Rubtsova --- modin/pandas/base.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/modin/pandas/base.py b/modin/pandas/base.py index b362caba39c..5cfdcc8a945 100644 --- a/modin/pandas/base.py +++ b/modin/pandas/base.py @@ -3109,8 +3109,6 @@ def __init__( self._dataframe = dataframe self._query_compiler = dataframe._query_compiler axis = self._dataframe._get_axis_number(axis) - # FIXME: this should be converted into a dict to ensure simplicity - # of handling resample parameters at the query compiler level. self.resample_kwargs = { "rule": rule, "axis": axis,