summaryrefslogtreecommitdiff
path: root/pylint/test/functional/wrong_import_position.txt
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/test/functional/wrong_import_position.txt')
-rw-r--r--pylint/test/functional/wrong_import_position.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/pylint/test/functional/wrong_import_position.txt b/pylint/test/functional/wrong_import_position.txt
index 2f417e4..5cde17d 100644
--- a/pylint/test/functional/wrong_import_position.txt
+++ b/pylint/test/functional/wrong_import_position.txt
@@ -1,3 +1,3 @@
-wrong-import-position:14::Import "import datetime" should be placed at the top of the module
-wrong-import-position:20::Import "import scipy" should be placed at the top of the module
-wrong-import-position:21::Import "import astroid" should be placed at the top of the module
+wrong-import-position:26::Import "import datetime" should be placed at the top of the module
+wrong-import-position:32::Import "import scipy" should be placed at the top of the module
+wrong-import-position:33::Import "import astroid" should be placed at the top of the module