diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-06-16 14:59:48 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-06-16 14:59:48 -0400 |
commit | 01d491ea56ad2d588898ee2ab70b99731f1b26c1 (patch) | |
tree | e50a61aff35b33f3e87dc8e40798f92be5268969 /coverage/config.py | |
parent | 05e2907441ef6aed39feaf2355a02ef735f6cede (diff) | |
download | python-coveragepy-git-01d491ea56ad2d588898ee2ab70b99731f1b26c1.tar.gz |
Add more contracts
Diffstat (limited to 'coverage/config.py')
-rw-r--r-- | coverage/config.py | 1 |
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 |