summaryrefslogtreecommitdiff
path: root/coverage/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'coverage/config.py')
-rw-r--r--coverage/config.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/coverage/config.py b/coverage/config.py
index 7b142671..02c4917f 100644
--- a/coverage/config.py
+++ b/coverage/config.py
@@ -16,7 +16,6 @@ class HandyConfigParser(configparser.RawConfigParser):
"""Our specialization of ConfigParser."""
def __init__(self, section_prefix):
- # pylint: disable=super-init-not-called
configparser.RawConfigParser.__init__(self)
self.section_prefix = section_prefix