summaryrefslogtreecommitdiff
path: root/pylint/test/functional/wrong_import_order.txt
blob: 537355c2c2f9172f6e72c7307d0646ccda5282ff (plain)
1
2
3
4
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"