From 0ed22c2396f21916cc77f59c53781db2b0c359f1 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 15:16:29 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/dask_awkward/layers/layers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dask_awkward/layers/layers.py b/src/dask_awkward/layers/layers.py index 4cd4e301..5b360400 100644 --- a/src/dask_awkward/layers/layers.py +++ b/src/dask_awkward/layers/layers.py @@ -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"