• 
      

    Update typing: List[...]

    Review Request #15098 — Created June 5, 2026 and updated — Latest diff uploaded

    Information

    Review Board
    master

    Reviewers

    This change updates legacy type hints that use the old List[...] form
    to either be list[...] or Sequence[...] 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.

    Commits

    Files