|
|
|
|
|
by js2
36 days ago
|
|
Yup, "from __future__ import annotations" will eventually be removed: > from __future__ import annotations (PEP 563) will continue to exist with its current behavior at least until Python 3.13 reaches its end-of-life. Subsequently, it will be deprecated and eventually removed. |
|