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