Remove unused import

This commit is contained in:
Inada Naoki 2019-12-06 20:34:18 +09:00
parent 235c6036ea
commit 7a8ce0f9ca
2 changed files with 1 additions and 2 deletions

View file

@ -4,7 +4,7 @@ all: cython
.PHONY: black
black:
black .
black msgpack/ test/
.PHONY: cython
cython: