HomePhabricator

[TEST] Remove useless trailing parenthesis in class declaration

Description

[TEST] Remove useless trailing parenthesis in class declaration

Summary:
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.

Test Plan:

ninja check-functional-extended

cd test/functional
git grep -nE "class [^(]+\(\):"

Check there is no remaining case.

Reviewers: #bitcoin_abc, PiRK

Reviewed By: #bitcoin_abc, PiRK

Subscribers: PiRK

Differential Revision: https://reviews.bitcoinabc.org/D11118

Details

Provenance
FabienAuthored on Mar 1 2022, 15:25
FabienPushed on Mar 1 2022, 17:04
Reviewer
Restricted Project
Differential Revision
D11118: [TEST] Remove useless trailing parenthesis in class declaration
Parents
rABCa82dbc526418: [TRIVIAL] Make the release notes mardown link project absolute
Branches
Unknown
Tags
Unknown