Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Retribution98 committed Jul 11, 2024
1 parent 70975bc commit da17789
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions modin/core/dataframe/pandas/partitioning/partition_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------
Expand Down

0 comments on commit da17789

Please sign in to comment.