Page MenuHomePhabricator

[python linting] enforce E731: Do not assign a lambda expression, use a def
ClosedPublic

Authored by markblundeberg on Feb 7 2020, 15:30.

Details

Summary

Depends on D5202

Test Plan

./test/functional/test_runner.py wallet_multiwallet
arc lint --everything

Diff Detail

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

Event Timeline

test/functional/wallet_multiwallet.py
29 ↗(On Diff #16120)

note: this one line function style would be blocked by E704 but it seems to be a prevalent violation...

This revision is now accepted and ready to land.Feb 7 2020, 16:19