mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-11-01 18:10:54 +00:00
Remove unused import (#190)
This commit is contained in:
parent
5c052264bc
commit
a5c8bafad4
1 changed files with 0 additions and 3 deletions
|
|
@ -2,9 +2,6 @@
|
|||
#cython: embedsignature=True
|
||||
|
||||
from cpython cimport *
|
||||
from libc.stdlib cimport *
|
||||
from libc.string cimport *
|
||||
from libc.limits cimport *
|
||||
|
||||
from msgpack.exceptions import PackValueError, PackOverflowError
|
||||
from msgpack import ExtType
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue