-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Two Third Party imports in the same block throws I201 error #174
Comments
It is for the |
So every third party package needs to be separated by an empty line? This is not clear from the error message. |
Hi, @pgjones, could you please elaborate a bit more? Is it expected behavior? |
How can I disable this style? |
Set |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When running
flake8
, withflake8-import-order
installed, on this script:I get this error:
Is this expected behavior?
I'm on the latest packages from
conda
.flake8 --version
shows3.8.3 (import-order: 0.18.1, mccabe: 0.6.1, pycodestyle: 2.6.0, pyflakes: 2.2.0) CPython 3.7.7 on Linux
.The text was updated successfully, but these errors were encountered: