diff options
Diffstat (limited to 'meta/lib/patchtest/tests/test_python_pylint.py')
-rw-r--r-- | meta/lib/patchtest/tests/test_python_pylint.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/lib/patchtest/tests/test_python_pylint.py b/meta/lib/patchtest/tests/test_python_pylint.py index b03fd6f4f6..ec9129bc79 100644 --- a/meta/lib/patchtest/tests/test_python_pylint.py +++ b/meta/lib/patchtest/tests/test_python_pylint.py | |||
@@ -5,9 +5,8 @@ | |||
5 | # SPDX-License-Identifier: GPL-2.0-only | 5 | # SPDX-License-Identifier: GPL-2.0-only |
6 | 6 | ||
7 | import base | 7 | import base |
8 | import patterns | ||
9 | from io import StringIO | 8 | from io import StringIO |
10 | from data import PatchTestInput | 9 | from patchtest_parser import PatchtestParser |
11 | from pylint.reporters.text import TextReporter | 10 | from pylint.reporters.text import TextReporter |
12 | import pylint.lint as lint | 11 | import pylint.lint as lint |
13 | 12 | ||