summaryrefslogtreecommitdiff
path: root/pylint/test/functional/wrong_import_position.txt
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2015-12-07 15:40:25 +0200
committerClaudiu Popa <pcmanticore@gmail.com>2015-12-07 15:40:25 +0200
commit403df92d1710267ae5b7fe215acd9357a8cbf251 (patch)
treecc7337fb8a9f088550531dc3bb1204e643982ffc /pylint/test/functional/wrong_import_position.txt
parent1fc333e90d0328f878c8a58084eb2cba536d0b4b (diff)
parent9e0620833d014a0c8d34b6bf8c908e01b3ac7e70 (diff)
downloadpylint-403df92d1710267ae5b7fe215acd9357a8cbf251.tar.gz
Merged in jakirkham/pylint/issue_538_pt2 (pull request #315)
Add another check of the current working directory for `.pylintrc`.
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