• 
      

    Update typing: Type[...]

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

    Information

    Djblets
    master

    Reviewers

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

    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: Type[...]
    This change updates legacy type hints that use the old `Type[...]` form to be `type[...]` 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.
    ktlnyntrmkuouvnyszqwqzqmnqvnltzr
    Description From Last Updated

    line too long (80 > 79 characters) Column: 80 Error code: E501

    reviewbot reviewbot
    Checks run (1 failed, 1 succeeded)
    flake8 failed.
    JSHint passed.

    flake8

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