summaryrefslogtreecommitdiff
path: root/.pylintrc
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2019-01-16 14:25:24 +0000
committerGerrit Code Review <review@openstack.org>2019-01-16 14:25:24 +0000
commit32f5338a4fc4c1a8a220bb9ccb232f69e2e59f7e (patch)
tree7be9bf16f765395bdc481b803882a70cd6c530c0 /.pylintrc
parent5dcf0db34b7dbff1d57fdc8e696ff3e17f447dc0 (diff)
parente9f75a7bcb13c5a793368386607942a87dcdd6d6 (diff)
downloadhorizon-32f5338a4fc4c1a8a220bb9ccb232f69e2e59f7e.tar.gz
Merge "pylint: fix useless-super-delegation warning"
Diffstat (limited to '.pylintrc')
-rw-r--r--.pylintrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/.pylintrc b/.pylintrc
index d7fba509e..5f1b7218a 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -35,7 +35,6 @@ disable=
unused-argument,
unused-wildcard-import,
useless-else-on-loop,
- useless-super-delegation,
wildcard-import,
# "C" Coding convention violations
abstract-method,