Skip to content

Commit 7192b54

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent f888b0a commit 7192b54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_boost.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,6 @@ def test_155_boost_factory():
574574

575575
dak = pytest.importorskip("dask_awkward")
576576

577-
578577
import dask_histogram as dh
579578

580579
arr = dak.from_lists([list(range(10))] * 3)
@@ -588,6 +587,7 @@ def test_155_boost_factory():
588587

589588
def test_155_2():
590589
import boost_histogram as bh
590+
591591
import dask_histogram as dh
592592

593593
dak = pytest.importorskip("dask_awkward")

0 commit comments

Comments
 (0)