• 
      

    Update typing: Tuple[...]

    Review Request #15099 — Created June 5, 2026 and updated

    Information

    Review Board
    master

    Reviewers

    This change updates legacy type hints that use the old Tuple[...] form
    to be tuple[...] instead.

    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
    Update typing: Tuple[...]
    This change updates legacy type hints that use the old `Tuple[...]` form to be `tuple[...]` instead. 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. Testing Done: Ran unit tests.
    kotkllwkrpxnorzwmywsptywwqtxyxlk
    Checks run (2 succeeded)
    flake8 passed.
    JSHint passed.