Skip to content

Commit 805ed8c

Browse files
committed
trivial
1 parent f130fbc commit 805ed8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distributed/shuffle/_pickle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def unpickle_and_concat_dataframe_shards(
9797

9898
parts = list(unpickle_bytestream(b))
9999
# [(input_part_id, index, *blocks), ...]
100-
parts = sorted(parts, key=first)
100+
parts.sort(key=first)
101101
shards = []
102102
for _, idx, *blocks in parts:
103103
axes = [meta.columns, idx]

0 commit comments

Comments
 (0)