• 
      

    Fix import for `Self`.

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

    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.

    Commits

    Files