From 4e888e8e194ef1994b4f24f258e2d9f5684716c1 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 2 Dec 2015 18:14:44 +0100 Subject: [PATCH] pylint: Re-enable wrong-import-position. This now works due to a fix in pylint 1.5.1. --- .pylintrc | 1 - 1 file changed, 1 deletion(-) diff --git a/.pylintrc b/.pylintrc index cf61e8cd9..88c4cb327 100644 --- a/.pylintrc +++ b/.pylintrc @@ -30,7 +30,6 @@ disable=no-self-use, file-ignored, wrong-import-order, ungrouped-imports, - wrong-import-position, redefined-variable-type, suppressed-message