diff --git a/modin/core/dataframe/pandas/partitioning/partition_manager.py b/modin/core/dataframe/pandas/partitioning/partition_manager.py index ebed831933a..cbe99e4ebc7 100644 --- a/modin/core/dataframe/pandas/partitioning/partition_manager.py +++ b/modin/core/dataframe/pandas/partitioning/partition_manager.py @@ -512,10 +512,6 @@ def apply_axis_partitions( Left partitions. right : NumPy 2D array Right partitions. - keep_partitioning : boolean, default: False - The flag to keep partition boundaries for Modin Frame if possible. - Setting it to True disables shuffling data from one partition to another in case the resulting - number of splits is equal to the initial number of splits. Returns -------