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

Removed obsolete __future__ imports #1043

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

SilkeSchomann
Copy link
Collaborator

@SilkeSchomann SilkeSchomann commented Dec 10, 2024

Description of work:
Removed future imports that are obsolete since we are not using Python 2 anymore: https://docs.python.org/3/library/__future__.html

To test:

Check that tests are passing. Also, the only remaining future import should be the following in pyplot.py:
from __future__ import annotations

Fixes #1042.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Unassigned
Development

Successfully merging this pull request may close these issues.

Remove obsolete __future__ imports
1 participant