Browse Source

temporary partial revert of c54bf42cb9699501ccbd54a2df0d7fa73be8dcdb

Alexandre Flament 4 years ago
parent
commit
fe064a5c39
1 changed files with 1 additions and 2 deletions
  1. 1 2
      Makefile

+ 1 - 2
Makefile

@@ -199,8 +199,7 @@ PYLINT_FILES=\
 	searx/engines/yahoo_news.py \
 	searx/engines/apkmirror.py \
 	searx/engines/artic.py \
-	searx_extra/update/update_external_bangs.py \
-	searx/metrics/__init__.py
+	searx_extra/update/update_external_bangs.py
 
 test.pylint: pyenvinstall
 	$(call cmd,pylint,$(PYLINT_FILES))