Skip to content

Commit 7d90037

Browse files
committed
Fix compile error
1 parent b6f7243 commit 7d90037

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

msgpack/_unpacker.pyx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ def unpack(object stream, object object_hook=None, object list_hook=None,
154154
Py_ssize_t max_array_len=2147483647,
155155
Py_ssize_t max_map_len=2147483647,
156156
Py_ssize_t max_ext_len=2147483647):
157-
):
158157
"""
159158
Unpack an object from `stream`.
160159

0 commit comments

Comments
 (0)