mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-10-27 23:54:12 +00:00
use ruff instead of black (#598)
This commit is contained in:
parent
e77672200b
commit
2eca765533
11 changed files with 40 additions and 73 deletions
|
|
@ -1,4 +1,5 @@
|
|||
"""Test Unpacker's read_array_header and read_map_header methods"""
|
||||
|
||||
from msgpack import packb, Unpacker, OutOfData
|
||||
|
||||
UnexpectedTypeException = ValueError
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue