Closed juancarlospaco closed 2 months ago
from __future__ import annotations
3.9.0
Closing this for now sorry, maybe in the future we can revisit the idea, the official status is kinda "TBD" even if in practice works for years now.
What kind of change does this PR introduce?
from __future__ import annotations
no longer needed for Python >=3.9.0
.