-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
Shed requiring two passes when removing import causes ordering confusion #78
Comments
Huh. If base |
Ah, it's |
Probably no reason, let's just swap the order 👍 |
PyCQA/autoflake#232 is now merged - so the temporary fix of running isort twice can be removed as soon as a new version is released |
another instance of isort shenanigans making shed require two passes:
So in the first pass it removes
Any
, but also sorts the imports lexically - except on the second pass it resorts them with constants first, then lexically.The text was updated successfully, but these errors were encountered: