Page MenuHomePhabricator

Fix Flake8 E741 errors
ClosedPublic

Authored by Fabien on May 18 2020, 16:17.

Details

Summary

These errors are added in newer versions of pycodestyle.
https://www.flake8rules.com/rules/E741.html

Test Plan

With pycodestyle >= 2.6.0

arc lint --everything

Check there is no E741 error.

ninja check-functional

Event Timeline

Fabien requested review of this revision.May 18 2020, 16:17
jasonbcox added a subscriber: jasonbcox.
jasonbcox added inline comments.
test/functional/test_framework/messages.py
77 ↗(On Diff #20214)

Nit: cs doesn't mean anything about the variable or what it contains. list or something would be better here (assuming l was supposed to be a list in the first place).

This revision is now accepted and ready to land.May 18 2020, 16:51
This revision was automatically updated to reflect the committed changes.