Skip to content

Commit 1ae20fe

Browse files
committed
polish
1 parent a30f0ed commit 1ae20fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dask/graphsurgery.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ def bind(children: T, parents, *, omit=None, seed: Hashable = None) -> T:
175175

176176
if seed is None:
177177
seed = uuid.uuid4().bytes
178+
# parents=None is a special case invoked by the one-liner wrapper clone() below
178179
blocker = drop(parents) if parents is not None else None
179180
unpacked, repack = unpack_collections(children)
180181

0 commit comments

Comments
 (0)