diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2014-11-23 06:29:35 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2014-11-23 06:29:35 -0500 |
| commit | 29356409a6827e78d3f5aa18d9a7939bee7b6fca (patch) | |
| tree | ab1281f62f1be63d346707c5fc812596010bc347 /tests/test_templite.py | |
| parent | f81c9233740f5c2968447dd58d1185fa24994df0 (diff) | |
| download | python-coveragepy-29356409a6827e78d3f5aa18d9a7939bee7b6fca.tar.gz | |
Upgraded pylint to 1.4, removed useless suppressions
Diffstat (limited to 'tests/test_templite.py')
| -rw-r--r-- | tests/test_templite.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/test_templite.py b/tests/test_templite.py index aa697b7..b3e21e7 100644 --- a/tests/test_templite.py +++ b/tests/test_templite.py @@ -4,9 +4,7 @@ import re from coverage.templite import Templite, TempliteSyntaxError from tests.coveragetest import CoverageTest -# pylint: disable=W0612,E1101 -# Disable W0612 (Unused variable) and -# E1101 (Instance of 'foo' has no 'bar' member) +# pylint: disable=unused-variable class AnyOldObject(object): """Simple testing object. |
