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

isort --check-only randomly fails when imports from a same file have same spelling but differ in Case #484

Closed
voith opened this issue Nov 30, 2016 · 2 comments
Labels
bug Something isn't working

Comments

@voith
Copy link

voith commented Nov 30, 2016

An example of the scenario:
from scrapy.core.downloader.handlers.http import HttpDownloadHandler, HTTPDownloadHandler

Isort applied on a file containing such an import will keep interchanging the names
(HttpDownloadHandler, HTTPDownloadHandler OR HTTPDownloadHandler, HttpDownloadHandler)

when an isort --check-only is applied on such a file it fails randomly.

@timothycrosley timothycrosley added the bug Something isn't working label May 10, 2017
@jdufresne
Copy link
Collaborator

Duplicate of #472?

timothycrosley added a commit that referenced this issue May 30, 2017
@timothycrosley
Copy link
Member

Thanks for reporting this issue! Closing as it has now been resolved in develop and will make its way into the next release.

Thanks!

~Timothy

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

3 participants