Skip to content

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