Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 18, 2024
1 parent af3bc74 commit 0ed22c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dask_awkward/layers/layers.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ def project(

def necessary_columns(self, report: TypeTracerReport, state: T) -> frozenset[str]:
"""Report the necessary _columns_ implied by a given buffer optimisation state.
Each IO source usually has the notion of a "column". For uproot, that's a TTree key,
whilst Parquet has "fields". Awkward operates at the _buffer_ level, which is nearly-always
a lower-level representation. As such, when users want to answer the question "which IO-columns"
Expand Down

0 comments on commit 0ed22c2

Please sign in to comment.