mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-11-07 13:01:01 +00:00
Remove unused UnpackException.
This commit is contained in:
parent
30025c7ea0
commit
1c0fe10a2f
1 changed files with 0 additions and 1 deletions
|
|
@ -39,7 +39,6 @@ cdef int DEFAULT_RECURSE_LIMIT=511
|
||||||
|
|
||||||
|
|
||||||
from msgpack.exceptions import (
|
from msgpack.exceptions import (
|
||||||
UnpackException,
|
|
||||||
BufferFull,
|
BufferFull,
|
||||||
OutOfData,
|
OutOfData,
|
||||||
UnpackValueError,
|
UnpackValueError,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue