Skip to content

Commit 7f01e0a

Browse files
authored
Update binary_stream.py
1 parent 7af379f commit 7f01e0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

binary_utils/binary_stream.py

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
from binary_utils.binary_converter import BinaryConverter
1616

17+
1718
class BinaryStream:
1819
def __init__(self, data: bytes = b"", pos: int = 0) -> None:
1920
self.data: bytes = data

0 commit comments

Comments
 (0)