HomePhabricator

sort python imports in remaining test_framework and misc files

Description

sort python imports in remaining test_framework and misc files

Summary:
This is preparation work to add a new linter that will enforce this new sorting.

The command used was:
isort --profile=black --line-length=79 src/ test/ cmake/ share/

See D10200 for the rationale regarding --profile=black --line-length=79

Test Plan: ninja check-functional

Reviewers: #bitcoin_abc, Fabien

Reviewed By: #bitcoin_abc, Fabien

Subscribers: Fabien

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

Details

Provenance
PiRKAuthored on Sep 27 2021, 08:32
PiRKPushed on Sep 29 2021, 15:45
Reviewer
Restricted Project
Differential Revision
D10206: sort python imports in remaining test_framework and misc files
Parents
rABCfb4d8d48ff42: sort python imports in wallet_* functional tests
Branches
Unknown
Tags
Unknown