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

Merged
merged 1 commit into from
Jan 8, 2025
Merged

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.

Copy link
Contributor

@GuiMacielPereira GuiMacielPereira left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Checked that mslice opens without errors or warnings about imports 👍

@SilkeSchomann SilkeSchomann merged commit 1654a3b into main Jan 8, 2025
2 checks passed
@SilkeSchomann SilkeSchomann deleted the 1042_remove_future_imports branch January 8, 2025 16:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Merged
Development

Successfully merging this pull request may close these issues.

Remove obsolete __future__ imports
2 participants