8000 Remove unused import (#190) · sesam-io/msgpack-python@a5c8baf · GitHub
[go: up one dir, main page]

Skip to content

Commit a5c8baf

Browse files
committed
Remove unused import (msgpack#190)
1 parent 5c05226 commit a5c8baf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

msgpack/_packer.pyx

Lines changed: 0 additions & 3 deletions
< 4785 tr class="diff-line-row">
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
#cython: embedsignature=True
33

44
from cpython cimport *
5-
from libc.stdlib cimport *
6-
from libc.string cimport *
7-
from libc.limits cimport *
85

96
from msgpack.exceptions import PackValueError, PackOverflowError
107
from msgpack import ExtType

0 commit comments

Comments
 (0)
0