( )⚙ D11683 fix: appease pyflakes and make unused variables more obvious

This is an archive of the discontinued Mercurial Phabricator instance.

fix: appease pyflakes and make unused variables more obvious
ClosedPublic

Authored by Alphare on Oct 18 2021, 5:35 AM.

Details

Summary

pyflakes is complaining that baserevs is redefined by the list comprehension,
and while this lint can be valuable, it's not actually a problem here.

Diff Detail

Repository
rHG Mercurial
Branch
default
Lint
No Linters Available
Unit
No Unit Test Coverage

Event Timeline

Alphare created this revision.Oct 18 2021, 5:35 AM
pulkit accepted this revision.Oct 18 2021, 10:41 AM
This revision is now accepted and ready to land.Oct 18 2021, 10:41 AM