• 
      

    Update typing: Fix up remaining imports

    Review Request #15058 — Created May 14, 2026 and submitted — Latest diff uploaded

    Information

    Djblets
    master

    Reviewers

    This change fixes up the remaining issues with imports throughout
    Djblets, moving things into TYPE_CHECKING where appropriate, and
    replacing outdated imports with modern ones (e.g. typing.Sequence ->
    collections.abc.Sequence)

    Ran unit tests.

    Commits

    Files