.. _wrong-import-order: wrong-import-order / C0411 ========================== **Message emitted:** %s should be placed before %s **Description:** *Used when PEP8 import order is not respected (standard imports first, then third-party libraries, then local imports)* Created by ``imports`` checker