Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lgray authored Dec 19, 2024
1 parent cb29230 commit 123740d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/test_jetmet_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -722,8 +722,9 @@ def test_corrected_jets_factory(optimization_enabled):
events = None
from coffea.nanoevents import NanoEventsFactory

with Client(), dask.config.set(
{"awkward.optimization.enabled": optimization_enabled}
with (
Client(),
dask.config.set({"awkward.optimization.enabled": optimization_enabled}),
):
events = NanoEventsFactory.from_root(
{os.path.abspath("tests/samples/nano_dy.root"): "Events"},
Expand Down

0 comments on commit 123740d

Please sign in to comment.