From f310f22a92c88cd3984e2bedf80be802cd0818d2 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 5 Jul 2015 11:25:02 -0400 Subject: Pylint warnings --- tests/plugin2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/plugin2.py') diff --git a/tests/plugin2.py b/tests/plugin2.py index ebac210d..6e875e5e 100644 --- a/tests/plugin2.py +++ b/tests/plugin2.py @@ -41,6 +41,6 @@ class FileReporter(coverage.plugin.FileReporter): return set(range(1, int(num)+1)) -def coverage_init(reg, options): +def coverage_init(reg, options): # pylint: disable=unused-argument """Called by coverage to initialize the plugins here.""" reg.add_file_tracer(Plugin()) -- cgit v1.2.1