Skip to content

Commit 5ce5bc4

Browse files
committed
Fix test error in unittest_similar due to rebase
1 parent 87d99b2 commit 5ce5bc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/checkers/unittest_similar.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
from pylint.checkers import similar
2424
from pylint.lint import PyLinter
25-
from pylint.testutils import TestReporter as Reporter
25+
from pylint.testutils import GenericTestReporter as Reporter
2626

2727
INPUT = Path(__file__).parent / ".." / "input"
2828
SIMILAR1 = str(INPUT / "similar1")

0 commit comments

Comments
 (0)