Checks run (1 failed, 1 succeeded)
flake8
failed.
JSHint
passed.
Review Request #15038 — Created May 11, 2026 and submitted
This change updates legacy type hints that use the old
Set[...]form
to beset[...], andTuple[...]to betuple[...].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 |
|---|---|
| kyyqtpnwqrytxvrwwwxnwzlrvvotrzlt |
| Description | From | Last Updated |
|---|---|---|
|
line too long (80 > 79 characters) Column: 80 Error code: E501 |
|
| Summary | ID | |
|---|---|---|
| kyyqtpnwqrytxvrwwwxnwzlrvvotrzlt | ||
| kyyqtpnwqrytxvrwwwxnwzlrvvotrzlt |
Revision 2 (+58 -62)
grammar
This change updates legacy type hints that use the old | ||
| ~ | to either be set[...], and Tuple[...] to be tuple[...]. | |
| ~ | to be set[...], and Tuple[...] to be tuple[...]. | |
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. |