From 21d67b2b01d6daa5c29dc7aca336d5491e4096de Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 14 Feb 2015 08:13:06 -0500 Subject: Pylint --- tests/plugin2.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'tests') diff --git a/tests/plugin2.py b/tests/plugin2.py index 7d2ac7cb..9d47d260 100644 --- a/tests/plugin2.py +++ b/tests/plugin2.py @@ -2,6 +2,8 @@ import coverage +# pylint: disable=missing-docstring + class Plugin(coverage.CoveragePlugin): def file_tracer(self, filename): @@ -29,9 +31,6 @@ class RenderFileTracer(coverage.plugin.FileTracer): class FileReporter(coverage.plugin.FileReporter): - def __init__(self, filename): - self.filename = filename - def statements(self): # Goofy test arrangement: claim that the file has as many lines as the # number in its name. -- cgit v1.2.1