Update typing: Type[...]
Review Request #15039 — Created May 11, 2026 and submitted — Latest diff uploaded
This change updates legacy type hints that use the old
Type[...]form
to betype[...]Because I want to keep this tightly focused and easy to review, this
does not make any changes to other legacy type hints, documentation,
etc., even within the changed lines. Those will come in future changes.
Ran unit tests.