pylint: Re-enable wrong-import-position.

This now works due to a fix in pylint 1.5.1.
This commit is contained in:
Florian Bruhin 2015-12-02 18:14:44 +01:00
parent f342f129c6
commit 4e888e8e19

View File

@ -30,7 +30,6 @@ disable=no-self-use,
file-ignored, file-ignored,
wrong-import-order, wrong-import-order,
ungrouped-imports, ungrouped-imports,
wrong-import-position,
redefined-variable-type, redefined-variable-type,
suppressed-message suppressed-message