Import after use gets removed #178
Labels
bug
Something isn't working
changelog
Changes should be written to the changelog file.
discussion
Issue needs to be discussed and concluded.
Milestone
With 0.7.4 and --remove --include-star-import --ignore-init --gitignore
In code like this
The import gets incorrectly removed.
You might reasonably ask why I even had code like this, in larger files my work flow is to just drop imports in the nearest bit of module level scope and let unimport and isort clean it up.
The text was updated successfully, but these errors were encountered: