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 Oct 5, 2023
1 parent bd07d03 commit a6848a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/coffea/nanoevents/mapping/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a6848a0

Please sign in to comment.