summaryrefslogtreecommitdiff
path: root/tests/unittest_reporting.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unittest_reporting.py')
-rw-r--r--tests/unittest_reporting.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/unittest_reporting.py b/tests/unittest_reporting.py
index 37dd1f3fa..a49aca54b 100644
--- a/tests/unittest_reporting.py
+++ b/tests/unittest_reporting.py
@@ -16,7 +16,6 @@ from typing import TYPE_CHECKING
import pytest
from pylint import checkers
-from pylint.interfaces import IReporter
from pylint.lint import PyLinter
from pylint.reporters import BaseReporter
from pylint.reporters.text import ParseableTextReporter, TextReporter
@@ -151,7 +150,6 @@ def test_parseable_output_regression():
class NopReporter(BaseReporter):
- __implements__ = IReporter
name = "nop-reporter"
extension = ""