Checks run (2 succeeded)
flake8
passed.
JSHint
passed.
Review Request #15111 — Created June 12, 2026 and submitted
This change updates legacy type hints that use the old
Set[...]form
to beset[...]instead.Because I want to keep this tightly focused and easy to review, this
does not make any changes to other legacy type hints, documentation,
etc., even within the changed lines. Those will come in future changes.
Ran unit tests.
| Summary | ID |
|---|---|
| npoooyxzpqqwwkuznnnnzkxtrklxxrmu |
| Description | From | Last Updated |
|---|---|---|
|
Description says tuple instead of set. |
|
This change updates legacy type hints that use the old | ||
| ~ | to be tuple[...] instead. | |
| ~ | to be set[...] instead. | |
Because I want to keep this tightly focused and easy to review, this | ||
| does not make any changes to other legacy type hints, documentation, | ||
| etc., even within the changed lines. Those will come in future changes. |