• 
      

    Ensure we have __future__.annotations everywhere.

    Review Request #14991 — Created April 1, 2026 and submitted

    Information

    Djblets
    release-6.x

    Reviewers

    This change makes sure that we use from __future__ import annotations
    in all non-empty python files, with very limited exceptions.

    While doing this, I've removed a few unused imports that highlighted in
    my editor.

    Ran unit tests.

    Summary ID
    Ensure we have __future__.annotations everywhere.
    This change makes sure that we use `from __future__ import annotations` in all non-empty python files, with very limited exceptions. While doing this, I've removed a few unused imports that highlighted in my editor. Testing Done: Ran unit tests.
    rlqtkqqtlvkqpqwyvxwurrsnrukwkpxv
    maubin
    1. Ship It!
    2. 
        
    david
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to master (97662fd)