• 
      

    Fix import for `Self`.

    Review Request #14787 — Created Jan. 21, 2026 and submitted

    Information

    Djblets
    release-5.x

    Reviewers

    One of our type checking imports was getting Self from typing, but
    that's only available in Python 3.11+. This change fixes it up to get it
    from typing_extensions instead.

    Ran unit tests.

    Summary ID
    Fix import for `Self`.
    One of our type checking imports was getting `Self` from `typing`, but that's only available in Python 3.11+. This change fixes it up to get it from `typing_extensions` instead. Testing Done: Ran unit tests.
    lxywuktzmovpmqtlwrorwxoxnyvoulvy
    chipx86
    1. Ship It!
    2. 
        
    david
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to release-5.x (95961d0)