• 
      

    Update typing: List[...]

    Review Request #15037 — Created May 11, 2026 and submitted

    Information

    Djblets
    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.

    Summary ID
    Update typing: List[...]
    This change updates legacy type hints that use the old `List[...]` form 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. Testing Done: Ran unit tests.
    yuzxvkztmsomrntxopuozyluyxuuyttn
    Description From Last Updated

    There's an extra "appropriate." After the first sentence in the description.

    maubin maubin
    maubin
    1. 
        
    2. Show all issues

      There's an extra "appropriate." After the first sentence in the description.

    3. 
        
    david
    maubin
    1. Ship It!
    2. 
        
    david
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to master (e243c1f)