summaryrefslogtreecommitdiff
path: root/pylint/test/functional/wrong_import_order.txt
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/test/functional/wrong_import_order.txt')
-rw-r--r--pylint/test/functional/wrong_import_order.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/pylint/test/functional/wrong_import_order.txt b/pylint/test/functional/wrong_import_order.txt
index 537355c..7505c6e 100644
--- a/pylint/test/functional/wrong_import_order.txt
+++ b/pylint/test/functional/wrong_import_order.txt
@@ -1,4 +1,3 @@
wrong-import-order:5::standard import "import os.path" comes before "import six"
wrong-import-order:7::standard import "import sys" comes before "import six"
wrong-import-order:8::standard import "import datetime" comes before "import six"
-wrong-import-order:10::external import "import scipy" comes before "from astroid import are_exclusive"