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

Use real type instead of typing alias for annotations #2163

Merged
merged 1 commit into from
Feb 19, 2025

Conversation

WhyNotHugo
Copy link
Member

These have been deprecated since Python 3.9, but are usable on 3.8 with when using from __future__ import annotations, as these annotations are not evaluated at runtime.

No user facing changes.

These have been deprecated since Python 3.9, but are usable on 3.8 with
when using `from __future__ import annotations`, as these annotations
are not evaluated at runtime.
@webknjaz webknjaz added this pull request to the merge queue Feb 19, 2025
Merged via the queue into jazzband:main with commit 56c3f29 Feb 19, 2025
33 checks passed
@WhyNotHugo WhyNotHugo deleted the typing-alises branch February 19, 2025 09:12
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

Successfully merging this pull request may close these issues.

2 participants