Checks run (2 succeeded)
flake8
passed.
JSHint
passed.
Review Request #15037 — Created May 11, 2026 and submitted
This change updates legacy type hints that use the old
List[...]form
to either belist[...]orSequence[...]as appropriate.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.
| Summary | ID |
|---|---|
| yuzxvkztmsomrntxopuozyluyxuuyttn |
| Description | From | Last Updated |
|---|---|---|
|
There's an extra "appropriate." After the first sentence in the description. |
|
This change updates legacy type hints that use the old | ||
| ~ | to either be list[...] or Sequence[...] as appropriate. | |
| ~ | to either be list[...] or Sequence[...] as appropriate. | |
| - | appropriate. | |
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. |