• 
      

    Update typing: Fix up remaining imports

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

    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.

    Summary ID
    Update typing: Fix up remaining imports
    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`) Testing Done: Ran unit tests.
    tkrywuqxqkqxykxqunyowmrxuzpsrxox
    maubin
    1. Ship It!
    2. 
        
    david
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to master (a0b74d8)