Page MenuHomePhabricator

sort python imports in wallet_* functional tests
ClosedPublic

Authored by PiRK on Sep 27 2021, 08:55.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABCfb4d8d48ff42: sort python imports in wallet_* functional tests
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 test/functional/wallet_*

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

Test Plan

ninja check-functional

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable