summaryrefslogtreecommitdiff
path: root/pylint/testutils/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/testutils/__init__.py')
-rw-r--r--pylint/testutils/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint/testutils/__init__.py b/pylint/testutils/__init__.py
index 348d2bf36..080fd6942 100644
--- a/pylint/testutils/__init__.py
+++ b/pylint/testutils/__init__.py
@@ -42,13 +42,13 @@ __all__ = [
"UPDATE_OPTION",
]
+from pylint.testutils.output_line import Message
from pylint.testutils.reporter_for_tests import GenericTestReporter, MinimalTestReporter
from pylint.testutils.utils import (
UPDATE_OPTION,
CheckerTestCase,
FunctionalTestFile,
LintModuleTest,
- Message,
_get_tests_info,
_tokenize_str,
linter,