Skip to content

Commit

Permalink
Update _collection.py
Browse files Browse the repository at this point in the history
  • Loading branch information
phofl authored Dec 16, 2024
1 parent a6939b1 commit 8a32193
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions dask_expr/_collection.py
Original file line number Diff line number Diff line change
Expand Up @@ -6522,8 +6522,3 @@ def _compute_partition_stats(
return (mins, maxes, lens)
else:
return (non_empty_mins, non_empty_maxes, lens)


@get_parallel_type.register(FrameBase)
def get_parallel_type_frame(o):
return get_parallel_type(o._meta)

0 comments on commit 8a32193

Please sign in to comment.