Page MenuHomePhabricator

sort python imports in feature_* functional tests
ClosedPublic

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

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABCe227dd4c3ae5: sort python imports in feature_* functional tests
Summary

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

The command used was (excluding contrib/):

isort --profile=black --line-length=79 test/functional/feature_*

Test Plan

ninja check-functional

Diff Detail

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