Skip to content

Commit

Permalink
another
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasdavis committed Oct 9, 2023
1 parent 6cbaa19 commit 50fc7ef
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 @@ -431,5 +431,5 @@ def _recursive_replace(args, layer, parent, indices):

def _buffer_keys_for_layer(
buffer_keys: Iterable[str], known_buffer_keys: frozenset[str]
):
) -> set[str]:
return {k for k in buffer_keys if k in known_buffer_keys}

0 comments on commit 50fc7ef

Please sign in to comment.