-
Notifications
You must be signed in to change notification settings - Fork 51
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
why do we need to add from __future__ import absolute_import
everywhere
#142
Comments
I'm not sure specifically, but it should be a safe addition, and as it's easy for a user to revert or not commit any changes they don't like, I guess we err on the side of putting it in. This fixer has a comment saying:
|
To be honest I always commit everything changed by modernize so that the commit can be easily recreated, and I only revert in subsequent commits. On the other hand it would be nice to avoid additions that have no good reason, that's why I'm asking. I filed more important issues that haven't been answered at all, though. |
I raised #163 originally because I couldn't exclude the Why is the Edit: clarified that this is about this package's |
I'm not entirely sure why we need to add the following line to so many files where it doesn't change any behavior. Is there some good reason to do that?
The text was updated successfully, but these errors were encountered: