From be6bd82d43fbcb8d1512d8eb5b7a106332364c31 Mon Sep 17 00:00:00 2001 From: Angus Lees Date: Mon, 25 Aug 2014 12:14:29 +1000 Subject: Remove duplicate import of constants module .. and enable corresponding pylint check now the only offending instance is fixed. Change-Id: I35a12ace46c872446b8c87d0aacce45e94d71bae --- .pylintrc | 1 - 1 file changed, 1 deletion(-) (limited to '.pylintrc') diff --git a/.pylintrc b/.pylintrc index c738c547c1..394adcb8b8 100644 --- a/.pylintrc +++ b/.pylintrc @@ -56,7 +56,6 @@ disable= redefined-builtin, redefined-outer-name, redefine-in-handler, - reimported, signature-differs, star-args, super-init-not-called, -- cgit v1.2.1