Skip to content

Commit da17789

Browse files
committed
fix lint
1 parent 70975bc commit da17789

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

modin/core/dataframe/pandas/partitioning/partition_manager.py

-4
Original file line numberDiff line numberDiff line change
@@ -512,10 +512,6 @@ def apply_axis_partitions(
512512
Left partitions.
513513
right : NumPy 2D array
514514
Right partitions.
515-
keep_partitioning : boolean, default: False
516-
The flag to keep partition boundaries for Modin Frame if possible.
517-
Setting it to True disables shuffling data from one partition to another in case the resulting
518-
number of splits is equal to the initial number of splits.
519515
520516
Returns
521517
-------

0 commit comments

Comments
 (0)