summaryrefslogtreecommitdiff
path: root/tests/plugin2.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/plugin2.py')
-rw-r--r--tests/plugin2.py2
1 files changed, 1 insertions, 1 deletions
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())