• 
      

    Update typing: Union[...]

    Review Request #15057 — Created May 14, 2026 and updated

    Information

    Djblets
    master

    Reviewers

    This change updates legacy type hints that use the old Union[...] form
    to use modern union notation instead.

    This is the last of the conversion changes for old type syntax. There
    will be one more change after this for fixing up other imports.

    Ran unit tests.

    Summary ID
    Update typing: Union[...]
    This change updates legacy type hints that use the old `Union[...]` form to use modern union notation instead. This is the last of the conversion changes for old type syntax. There will be one more change after this for fixing up other imports. Testing Done: Ran unit tests.
    nqkpxppwzrqtxkmyulwtskmlwyllornx
    Checks run (2 succeeded)
    flake8 passed.
    JSHint passed.