-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
MNT redundant from __future__ import #13079
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
MNT redundant from __future__ import #13079
Conversation
it wasn't missing from #12791. Removing this |
You're right. Do you know the reason? I think we should fix it. |
haven't had time to investigate, but I agree that it needs to be fixed. I kinda didn't touch it cause I was afraid it'll result in some odd backward compatibility issues. |
@adrinjalali @rth let's first merge this one to remove all the future imports? |
This PR removes one such import. I'm fine merging it, should it really auto-close #12779 though ? I'm fine with that issue being closed after #12791 and be done with it -- just feels strange to close it with a single change to cython files... |
You are right. |
This reverts commit 0dfad71.
This reverts commit 0dfad71.
Closes #12779, missing in #12791
Remove all from future imports (apart from
sklearn/externals/
)