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

Remove imports from __future__ module #1038

Closed
dorothykiz1 opened this issue Feb 19, 2022 · 2 comments
Closed

Remove imports from __future__ module #1038

dorothykiz1 opened this issue Feb 19, 2022 · 2 comments

Comments

@dorothykiz1
Copy link
Contributor

The future module was introduced in Python 2.1 in order to have access to upcoming features/functions which will lead to incompatibilities with the current implementation and is extended with each version if needed.

Since we are trying to remove python 2 related dependencies. We will remove this particular import from all files for files that have it.
To be removed: from __future__ import (absolute_import, division, print_function, unicode_literals)

@mariamadronah
Copy link
Contributor

#taken

@datapythonista
Copy link
Member

Looks like we've got all them removed now, thanks a lot for taking care @mariamadronah

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants