Skip to content

Commit 92287ba

Browse files
committed
Fix the name of a core library
1 parent 866c259 commit 92287ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bench/batch_store_cframes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from bisect import bisect_right
1717

1818
import blosc2
19-
from blosc2._msgpack_utils import msgpack_packb
19+
from blosc2.msgpack_utils import msgpack_packb
2020

2121

2222
URLPATH = "bench_batch_store_cframes.b2b"

0 commit comments

Comments
 (0)