From efd14e7ad90c239a40378241b6ec6179d39cb87b Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Thu, 7 Apr 2016 14:12:18 -0700 Subject: [PATCH] Revert "Exclude 'from typing import *' from linter." This reverts commit d936bf61f9faf912c31aa27e9987cbb37948c8ca. We no longer need this since we've migrated to specifying the dependencies in the typing module that we're actually using. --- tools/lint-all | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/lint-all b/tools/lint-all index 827de30aaf..87e2e5d4ce 100755 --- a/tools/lint-all +++ b/tools/lint-all @@ -71,7 +71,6 @@ def check_pyflakes(): if options.full or not \ ('imported but unused' in ln or 'redefinition of unused' in ln or - "'from typing import *' used; unable to detect undefined names" in ln or ("zerver/models.py" in ln and " undefined name 'bugdown'" in ln) or ("scripts/lib/pythonrc.py" in ln and