-
-
Notifications
You must be signed in to change notification settings - Fork 580
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
lines after imports bug with triple quotes #1276
Labels
bug
Something isn't working
Comments
I think I can fix it, I am working on it. |
hyeonjames
added a commit
to hyeonjames/isort
that referenced
this issue
Jul 6, 2020
hyeonjames
added a commit
to hyeonjames/isort
that referenced
this issue
Jul 8, 2020
hyeonjames
added a commit
to hyeonjames/isort
that referenced
this issue
Jul 8, 2020
hyeonjames
added a commit
to hyeonjames/isort
that referenced
this issue
Jul 8, 2020
timothycrosley
added a commit
that referenced
this issue
Jul 9, 2020
Issue #1276: Fix a bug that creates only one line after triple quotes
Thanks for reporting and fixing! Your changes have been deployed with the 5.0.6 release of isort 🚀 Thanks! ~Timothy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello!
I found that isort creates only one line when it starts with decorator and triple quotes for top level function or class definition.
( I am not sure if it actually follows PEP8 but my PyCharm and flake8 see it as an error )
I am using isort v5.0.3
I think this code is supposed to have no problem with isort, but when I used isort, it causes the error below:
Besides, I think it is caused only when it starts with triple quotes
Below codes have no problem
The text was updated successfully, but these errors were encountered: