Skip to content

wildcard import with specific style gets deleted #496

Closed

Description

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions