-
Notifications
You must be signed in to change notification settings - Fork 288
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
Sorting imports wrong way #447
Comments
hhatto
added a commit
that referenced
this issue
Oct 30, 2018
Thanks for bug report. We are planning to release version 1.4.3. If you do not want to apply the fix of E402 after for example:
|
Thanks. |
version 1.4.3 released |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have the following imports in a file.
When I run
autopep8 test.py
it wrongly reorders the imports.If there is no line breaks between parentheses it works fine.
I'm using
autopep8 1.4.2 (pycodestyle: 2.4.0)
withPython 3.6.6
.The text was updated successfully, but these errors were encountered: