Development of an internal social media platform with personalised dashboards for students
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

wrong_import_order.txt 502B

12345
  1. wrong-import-order:12::standard import "import os.path" should be placed before "import six"
  2. wrong-import-order:14::standard import "import sys" should be placed before "import six"
  3. wrong-import-order:15::standard import "import datetime" should be placed before "import six"
  4. wrong-import-order:18::first party import "import totally_missing" should be placed before "from .package import Class"
  5. wrong-import-order:20::third party import "import astroid" should be placed before "import unused_import"