Skip to content

Commit

Permalink
remove unused name
Browse files Browse the repository at this point in the history
  • Loading branch information
lgray authored Oct 19, 2023
1 parent effa137 commit 88e781e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_nanoevents.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def test_missing_eventIds_warning():
):
NanoAODSchema.error_missing_event_ids = False
factory = NanoEventsFactory.from_root(path, schemaclass=NanoAODSchema)
events = factory.events()
factory.events()


def test_missing_eventIds_warning_dask():
Expand Down

0 comments on commit 88e781e

Please sign in to comment.