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 Feb 24, 2024
1 parent 4f28a9e commit 3f62918
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/coffea/nanoevents/factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,6 @@ def from_root(
known_base_form=None,
decompression_executor=None,
interpretation_executor=None,

):
"""Quickly build NanoEvents from a root file
Expand Down Expand Up @@ -273,7 +272,7 @@ def from_root(
decompression_executor (None or Executor with a ``submit`` method):
see: https://github.com/scikit-hep/uproot5/blob/main/src/uproot/_dask.py#L109
interpretation_executor (None or Executor with a ``submit`` method):
see: https://github.com/scikit-hep/uproot5/blob/main/src/uproot/_dask.py#L113
see: https://github.com/scikit-hep/uproot5/blob/main/src/uproot/_dask.py#L113
"""

if treepath is not uproot._util.unset and not isinstance(
Expand Down

0 comments on commit 3f62918

Please sign in to comment.