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
Fail to inlining code with inline comment.
To Reproduce Steps to reproduce the behavior:
myvar = { "key": "value", # noqa } print(myvar)
Describe the refactoring you want to do: Inline "myvar"
Expected code after refactoring:
print({ "key": "value", # noqa })
Syntax error in file <tests/test_debug_application_credential.py> line <1>: '{' was never closed
Editor information (please complete the following information):
The text was updated successfully, but these errors were encountered:
Merge pull request #527 from python-rope/lieryan-514-fix-multiline-in…
a261b13
…line Fix #514. Fix multiline inline
lieryan
Successfully merging a pull request may close this issue.
Fail to inlining code with inline comment.
To Reproduce
Steps to reproduce the behavior:
Describe the refactoring you want to do: Inline "myvar"
Expected code after refactoring:
Editor information (please complete the following information):
The text was updated successfully, but these errors were encountered: