summaryrefslogtreecommitdiff
path: root/.pylintrc
diff options
context:
space:
mode:
authorAngus Lees <gus@inodes.org>2014-08-25 12:14:29 +1000
committerAngus Lees <gus@inodes.org>2014-10-21 16:03:22 +1100
commitbe6bd82d43fbcb8d1512d8eb5b7a106332364c31 (patch)
tree0ef45d128de8fef11356b59e0d26d59325470ea7 /.pylintrc
parent1aaa8b34466b0567c6a5ea0b607f1ac324ee5dfa (diff)
downloadneutron-be6bd82d43fbcb8d1512d8eb5b7a106332364c31.tar.gz
Remove duplicate import of constants module
.. and enable corresponding pylint check now the only offending instance is fixed. Change-Id: I35a12ace46c872446b8c87d0aacce45e94d71bae
Diffstat (limited to '.pylintrc')
-rw-r--r--.pylintrc1
1 files changed, 0 insertions, 1 deletions
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,