Skip to content

Commit f888b0a

Browse files
committed
fix import
1 parent 1b0daa5 commit f888b0a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/test_boost.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ def test_155_boost_factory():
573573
import boost_histogram as bh
574574

575575
dak = pytest.importorskip("dask_awkward")
576-
import numpy as np
576+
577577

578578
import dask_histogram as dh
579579

@@ -588,10 +588,10 @@ def test_155_boost_factory():
588588

589589
def test_155_2():
590590
import boost_histogram as bh
591-
import dask_awkward as dak
592-
593591
import dask_histogram as dh
594592

593+
dak = pytest.importorskip("dask_awkward")
594+
595595
arr = dak.from_lists([list(range(10))] * 3)
596596
axis = bh.axis.Regular(10, 0.0, 10.0)
597597
hist = dh.factory(

0 commit comments

Comments
 (0)