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 23, 2024
1 parent fa12703 commit 9ecc3ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coffea/nanoevents/factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ def from_root(
# should use uproot.num_entries instead...
nentries = tree.num_entries
if entry_stop is None or entry_stop > nentries:
entry_stop = nentries
entry_stop = nentries

partition_key = (
str(tree.file.uuid),
Expand Down

0 comments on commit 9ecc3ce

Please sign in to comment.