From 19a5ec0d546342330f48cdc5815b3f7f072847d2 Mon Sep 17 00:00:00 2001 From: Yomguithereal Date: Sat, 19 Dec 2020 15:08:53 +0100 Subject: [PATCH] Simpler importchecker --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index efca0e037b..2af1ec2658 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ lint: pycodestyle --ignore E501,E722,E741,W503,W504 $(SOURCE) test @echo @echo Searching for unused imports... - importchecker $(SOURCE) | grep -v __init__ | grep -v encodings.idna || true + importchecker $(SOURCE) | grep -v __init__ || true @echo readme: