Skip to content

Commit b51c9b5

Browse files
Update modin/core/storage_formats/base/query_compiler.py
Co-authored-by: Jonathan Shi <[email protected]>
1 parent 97ce5fb commit b51c9b5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

modin/core/storage_formats/base/query_compiler.py

-5
Original file line numberDiff line numberDiff line change
@@ -142,11 +142,6 @@ def validate_coersion_cost(cls, cost: QCCoercionCost):
142142
Parameters
143143
----------
144144
cost : QCCoercionCost
145-
146-
Returns
147-
-------
148-
callable(pandas.DataFrame, *args, **kwargs) -> pandas.DataFrame
149-
Function to be applied in the partitions.
150145
"""
151146
if int(cost) < int(QCCoercionCost.COST_ZERO) or int(cost) > int(
152147
QCCoercionCost.COST_IMPOSSIBLE

0 commit comments

Comments
 (0)