Ensure we have __future__.annotations everywhere.
Review Request #14991 — Created April 1, 2026 and updated — Latest diff uploaded
This change makes sure that we use
from __future__ import annotations
in all non-empty python files, with very limited exceptions.While doing this, I've removed a few unused imports that highlighted in
my editor.
Ran unit tests.