Skip to content
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

wildcard import with specific style gets deleted #496

Closed
fletom opened this issue Feb 9, 2017 · 2 comments
Closed

wildcard import with specific style gets deleted #496

fletom opened this issue Feb 9, 2017 · 2 comments
Labels
bug Something isn't working

Comments

@fletom
Copy link

fletom commented Feb 9, 2017

isort deleted the following line from one of my files altogether

from findorserver.coupon.models import*

.isort.cfg contents:

[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!

@timothycrosley timothycrosley added the bug Something isn't working label May 9, 2017
timothycrosley added a commit that referenced this issue May 23, 2017
@timothycrosley
Copy link
Member

Thanks for reporting this issue! I've prepared and merged in a resolution into develop, and am therefore closing this

@fletom
Copy link
Author

fletom commented May 23, 2017

awesome, thanks for the great work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants