Pylint: enable reimported check

Fixes current reimports and enables pylint check for them

Reviewed-By: Petr Spacek <pspacek@redhat.com>
Reviewed-By: Lukas Slebodnik <lslebodn@redhat.com>
This commit is contained in:
Martin Basti
2016-03-17 19:38:53 +01:00
parent 5add0f94cf
commit d46cd5d956
8 changed files with 3 additions and 12 deletions

View File

@@ -40,7 +40,6 @@ disable=
redefine-in-handler,
redefined-builtin,
redefined-outer-name,
reimported,
relative-import,
super-init-not-called,
undefined-loop-variable,