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: