Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
rjzamora committed Feb 25, 2025
1 parent ef79e90 commit b8a20e6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/cudf_polars/cudf_polars/experimental/groupby.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ def _(
# Check group-by keys
if not all(expr.is_pointwise for expr in traversal([e.value for e in ir.keys])):
raise NotImplementedError(
"GroupBy does not support multiple partitions "
f"for these keys:\n{ir.keys}"
f"GroupBy does not support multiple partitions for keys:\n{ir.keys}"
) # pragma: no cover

name_map: MutableMapping[str, Any] = {}
Expand Down

0 comments on commit b8a20e6

Please sign in to comment.