diff options
Diffstat (limited to 'meta/lib/patchtest/tests/test_python_pylint.py')
-rw-r--r-- | meta/lib/patchtest/tests/test_python_pylint.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/lib/patchtest/tests/test_python_pylint.py b/meta/lib/patchtest/tests/test_python_pylint.py index ef315e591c..b03fd6f4f6 100644 --- a/meta/lib/patchtest/tests/test_python_pylint.py +++ b/meta/lib/patchtest/tests/test_python_pylint.py | |||
@@ -5,6 +5,7 @@ | |||
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 | ||
8 | from io import StringIO | 9 | from io import StringIO |
9 | from data import PatchTestInput | 10 | from data import PatchTestInput |
10 | from pylint.reporters.text import TextReporter | 11 | from pylint.reporters.text import TextReporter |