This probably comes from old python 2 memories, but this is not necessary, never was and is confusing at best so trim it off.
There is no change in behavior.
Differential D11118
[TEST] Remove useless trailing parenthesis in class declaration Fabien on Mar 1 2022, 15:37. Authored by
Details
This probably comes from old python 2 memories, but this is not necessary, never was and is confusing at best so trim it off. There is no change in behavior. ninja check-functional-extended cd test/functional git grep -nE "class [^(]+\(\):" Check there is no remaining case.
Diff Detail
Event TimelineComment Actions Great. It was also on my todo list. |