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.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/pylint/test/functional/wrong_import_position.txt b/pylint/test/functional/wrong_import_position.txt
new file mode 100644
index 0000000..2f417e4
--- /dev/null
+++ b/pylint/test/functional/wrong_import_position.txt
@@ -0,0 +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