Skip to content

Commit 8a32193

Browse files
authored
Update _collection.py
1 parent a6939b1 commit 8a32193

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

dask_expr/_collection.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6522,8 +6522,3 @@ def _compute_partition_stats(
65226522
return (mins, maxes, lens)
65236523
else:
65246524
return (non_empty_mins, non_empty_maxes, lens)
6525-
6526-
6527-
@get_parallel_type.register(FrameBase)
6528-
def get_parallel_type_frame(o):
6529-
return get_parallel_type(o._meta)

0 commit comments

Comments
 (0)