Skip to content

Commit 07ba01e

Browse files
committed
Old blosc2._msgpack_utils -> blosc2.msgpack_utils
1 parent 28538f2 commit 07ba01e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_batch_array.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import pytest
99

1010
import blosc2
11-
from blosc2._msgpack_utils import msgpack_packb, msgpack_unpackb
11+
from blosc2.msgpack_utils import msgpack_packb, msgpack_unpackb
1212

1313
BATCHES = [
1414
[b"bytes\x00payload", "plain text", 42],

0 commit comments

Comments
 (0)