From a6848a0824d94be45793f5ab58505bca60754fd2 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 13:10:21 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/coffea/nanoevents/mapping/base.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/coffea/nanoevents/mapping/base.py b/src/coffea/nanoevents/mapping/base.py index f20b3bb2c..3d87b410c 100644 --- a/src/coffea/nanoevents/mapping/base.py +++ b/src/coffea/nanoevents/mapping/base.py @@ -112,6 +112,7 @@ def __getitem__(self, key): raise RuntimeError(f"Syntax error in form key {nodes}") out = stack.pop() import awkward + if isinstance(out, awkward.contents.Content): out = awkward.to_numpy(out) else: