Closed tvytlx closed 6 years ago
You will need to inform flake8 that b is a local or application package, as explained. This is currently the only way this plugin can determine the difference between an application package and a third party package.
In your example the plugin thinks both requests
and b
are third party and hence should be in the same group without the blank line.
pep8 says
so there should be a newline between local python module and third-party module.