Skip to content

Commit

Permalink
FEAT-modin-project#3724: Delete not neeeded comment
Browse files Browse the repository at this point in the history
Signed-off-by: Maria Rubtsova <maria.rubtsova@intel.com>
  • Loading branch information
Rubtsowa committed Nov 26, 2021
1 parent cf900d6 commit 6ee9246
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modin/pandas/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 6ee9246

Please sign in to comment.