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