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 17, 2023
1 parent 864f709 commit 9b96f7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/coffea/nanoevents/factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,11 @@
PHYSLITESchema,
TreeMakerSchema,
)
from coffea.nanoevents.util import quote, unquote, key_to_tuple, tuple_to_key
from coffea.nanoevents.util import key_to_tuple, quote, tuple_to_key, unquote

_offsets_label = quote(",!offsets")


def _remove_not_interpretable(branch):
if isinstance(
branch.interpretation, uproot.interpretation.identify.uproot.AsGrouped
Expand Down

0 comments on commit 9b96f7b

Please sign in to comment.