Update typing: Set[], Tuple[], Type[]

Review Request #14775 — Created Jan. 12, 2026 and submitted

Information

RBTools
master

Reviewers

This change updates the type hints in the rbtools codebase to replace
Set[...] with set[...], Tuple[...] with tuple[...], and
Type[...] with type[...].

Ran unit tests.

Summary ID
Update typing: Set[], Tuple[], Type[]
This change updates the type hints in the rbtools codebase to replace `Set[...]` with `set[...]`, `Tuple[...]` with `tuple[...]`, and `Type[...]` with `type[...]`. Testing Done: Ran unit tests.
skoyxxnmlqvpwqrmqnswxnyrzqyknwul
maubin
  1. Ship It!
  2. 
      
david
Review request changed
Status:
Completed
Change Summary:
Pushed to master (ba98353)