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 Aug 17, 2023
1 parent ea0c993 commit e6bbe76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_lumi_tools.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import awkward as ak
import cloudpickle
import dask_awkward as dak

from coffea.lumi_tools import LumiData, LumiList, LumiMask
from coffea.util import numpy as np
import awkward as ak
import dask_awkward as dak


def test_lumidata():
Expand Down

0 comments on commit e6bbe76

Please sign in to comment.