mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-10-19 20:03:16 +00:00
Remove unused import
This commit is contained in:
parent
235c6036ea
commit
7a8ce0f9ca
2 changed files with 1 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -4,7 +4,7 @@ all: cython
|
||||||
|
|
||||||
.PHONY: black
|
.PHONY: black
|
||||||
black:
|
black:
|
||||||
black .
|
black msgpack/ test/
|
||||||
|
|
||||||
.PHONY: cython
|
.PHONY: cython
|
||||||
cython:
|
cython:
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
import struct
|
import struct
|
||||||
import warnings
|
|
||||||
|
|
||||||
|
|
||||||
PY2 = sys.version_info[0] == 2
|
PY2 = sys.version_info[0] == 2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue