We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd3277a commit b1cb90dCopy full SHA for b1cb90d
src/uproot_browser/tree.py
@@ -145,7 +145,9 @@ def _process_item_tfile(
145
146
147
@process_item.register
148
-def _process_item_ttree(uproot_object: uproot.TTree | uproot.behaviors.RNTuple.RNTuple) -> MetaDict:
+def _process_item_ttree(
149
+ uproot_object: uproot.TTree | uproot.behaviors.RNTuple.RNTuple,
150
+) -> MetaDict:
151
"""
152
Given an tree, return a rich.tree.Tree output.
153
0 commit comments