Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/agoose77/docs-colum…
Browse files Browse the repository at this point in the history
…n-opt' into agoose77/docs-column-opt
  • Loading branch information
agoose77 committed Dec 18, 2024
2 parents 114d452 + ac4e8f4 commit 4c29f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dask_awkward/lib/optimize.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def optimize(dsk: HighLevelGraph, keys: Sequence[Key], **_: Any) -> Mapping:
def _prepare_buffer_projection(
dsk: HighLevelGraph, keys: Sequence[Key]
) -> tuple[dict[str, TypeTracerReport], dict[str, Any]] | None:
"""Prepare for buffer projection by building and evaluating a version of the graph that
"""Prepare for buffer projection by building and evaluating a version of the graph that
has been annotated for typetracer reporting.
Parameters
Expand Down

0 comments on commit 4c29f14

Please sign in to comment.