summaryrefslogtreecommitdiff
path: root/tests/functional/w/wrong_import_order.txt
blob: 13b601eb53cc4c342a065439246ba31025b79329 (plain)
1
2
3
4
5
6
wrong-import-order:12::standard import "import os.path" should be placed before "import six"
wrong-import-order:14::standard import "import sys" should be placed before "import six"
wrong-import-order:15::standard import "import datetime" should be placed before "import six"
wrong-import-order:18::first party import "import totally_missing" should be placed before "from .package import Class"
wrong-import-order:20::third party import "import astroid" should be placed before "import unused_import"
wrong-import-order:24::third party import "from six.moves.urllib.parse import quote" should be placed before "import unused_import"