mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-11-01 01:50:54 +00:00
Cleanup code and pyproject (#608)
* use isort * fallback: use BytesIO instead of StringIO. We had dropped Python 2 already.
This commit is contained in:
parent
e0f0e145f1
commit
33e0e86f4e
21 changed files with 75 additions and 80 deletions
|
|
@ -1,6 +1,6 @@
|
|||
"""Test Unpacker's read_array_header and read_map_header methods"""
|
||||
|
||||
from msgpack import packb, Unpacker, OutOfData
|
||||
from msgpack import OutOfData, Unpacker, packb
|
||||
|
||||
UnexpectedTypeException = ValueError
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue