From 5fd8776bb5e73f1a4501244c2a497c02eb5667f5 Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Thu, 6 Feb 2014 19:27:22 +0000 Subject: [PATCH] Start failing lint on unused imports --- .testing.pylintrc | 2 -- 1 file changed, 2 deletions(-) diff --git a/.testing.pylintrc b/.testing.pylintrc index db7e73597c..1baf8b7802 100644 --- a/.testing.pylintrc +++ b/.testing.pylintrc @@ -51,7 +51,6 @@ disable=R, W0404, W0511, W0603, - W0611, W0612, W0613, W0621, @@ -90,7 +89,6 @@ disable=R, # W0404 (reimported) [done intentionally for legit reasons] # W0511 (fixme) [several outstanding instances currently in the codebase] # W0603 (global-statement) -# W0611 (unused-import) [used to check for module availability] # W0612 (unused-variable) [unused return values] # W0613 (unused-argument) # W0621 (redefined-outer-name)