Skip to content

Commit 10ce52c

Browse files
committed
Fix stream inports
1 parent bd32cb5 commit 10ce52c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lz4/stream/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
from ._stream import _create_context, _compress, _decompress, _get_block
2-
from ._stream import LZ4StreamError, _compress_bound, _input_bound, LZ4_MAX_INPUT_SIZE # noqa: F401
1+
from . import _create_context, _compress, _decompress, _get_block
2+
# from ._stream import LZ4StreamError, _compress_bound, _input_bound, LZ4_MAX_INPUT_SIZE # noqa: F401
33

44

55
__doc__ = """\

0 commit comments

Comments
 (0)