Skip to content

Commit 6ba606c

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 6f1e3c1 commit 6ba606c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/coffea/nanoevents/mapping/uproot.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,7 @@ def _extract_base_form(cls, tree, iteritems_options={}):
149149
continue
150150
if isinstance(branch, uproot.behaviors.RNTuple.HasFields):
151151
form = branch.to_akform()
152-
form = json.loads(
153-
form.to_json()
154-
)
152+
form = json.loads(form.to_json())
155153
branch_forms[key] = form
156154
continue
157155
if "," in key or "!" in key:

0 commit comments

Comments
 (0)