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
isort deleted the following line from one of my files altogether
isort
from findorserver.coupon.models import*
.isort.cfg contents:
.isort.cfg
[settings] line_length = 120 multi_line_output = 5 balanced_wrapping = true include_trailing_comma = true skip = migrations
properly formatted wildcard imports were unaffected
thanks for the great tool!
The text was updated successfully, but these errors were encountered:
Add test to illustrate desired outcome for issue #496
358b279
Specify desired change for issue #496
2cad84a
Implement a fix for issue #496
7c9b33a
Thanks for reporting this issue! I've prepared and merged in a resolution into develop, and am therefore closing this
Sorry, something went wrong.
awesome, thanks for the great work
No branches or pull requests
isort
deleted the following line from one of my files altogether.isort.cfg
contents:properly formatted wildcard imports were unaffected
thanks for the great tool!
The text was updated successfully, but these errors were encountered: