diff options
Diffstat (limited to 'msgpack/_packer.pyx')
-rw-r--r-- | msgpack/_packer.pyx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/msgpack/_packer.pyx b/msgpack/_packer.pyx index 3981f20..5c950ce 100644 --- a/msgpack/_packer.pyx +++ b/msgpack/_packer.pyx @@ -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 |