We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
on version==5.9.1
input:
v=""""""
expected output:
from __future__ import annotations v=""""""
actual output:
v="""""" from __future__ import annotations
The text was updated successfully, but these errors were encountered:
another stranger one: input
v = """ """.split( "\n" )
$ pipx run isort --add-imports='from __future__ import annotations' foo.py
output:
v = """ """.split( "\n" from __future__ import annotations )
Sorry, something went wrong.
Fix issue #1769: Add imports can be added to incorrect location
999961a
Successfully merging a pull request may close this issue.
on version==5.9.1
input:
expected output:
actual output:
The text was updated successfully, but these errors were encountered: