• 
      

    Ensure we have __future__.annotations everywhere.

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

    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
    Checks run (2 succeeded)
    flake8 passed.
    JSHint passed.