summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorInada Naoki <songofacandy@gmail.com>2019-12-06 20:34:18 +0900
committerInada Naoki <songofacandy@gmail.com>2019-12-06 20:34:18 +0900
commit7a8ce0f9ca910a851b6835d26b1d6970a188fa4e (patch)
treeeecb5ebebb69e6a4fa821486eec3dfcfed6e6fca /Makefile
parent235c6036eabd89d5a28244091ac1e4f091b49679 (diff)
downloadmsgpack-python-7a8ce0f9ca910a851b6835d26b1d6970a188fa4e.tar.gz
Remove unused import
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a1edc88..f8971cc 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ all: cython
.PHONY: black
black:
- black .
+ black msgpack/ test/
.PHONY: cython
cython: