mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-11-02 02:20:54 +00:00
cleanup
This commit is contained in:
parent
822cce823c
commit
0d5c58bd51
3 changed files with 2 additions and 4 deletions
|
|
@ -1,10 +1,9 @@
|
|||
#!/usr/bin/env python
|
||||
# coding: utf-8
|
||||
|
||||
import py
|
||||
import six
|
||||
from msgpack import Unpacker, BufferFull
|
||||
from msgpack.exceptions import OutOfData, ExtraData, UnpackValueError
|
||||
from msgpack.exceptions import OutOfData
|
||||
from pytest import raises
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue