GGitHubFix typos (#53048)
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Fix typos (#53048) Signed-off-by: omahs <73983677+omahs@users.noreply.github.com> | 1 年前 | |
[Refactor] Fix ruff rule B018: useless-expression (#50010) Useless expressions have no effect on the program, and are often included by mistake. Assign a useless expression to a variable, or remove it entirely. However, if a seemingly useless expression (like an attribute access) is needed to trigger a side effect, consider assigning it to an anonymous variable, to indicate that the return value is intentionally ignored. --------- Signed-off-by: win5923 <ken89@kimo.com> | 1 年前 |