This is an archive of the discontinued Mercurial Phabricator instance.

state: temporary silence pyflakes warning by removing variable assignment
ClosedPublic

Authored by pulkit on May 21 2018, 2:56 PM.

Details

Summary

The variable 'version' is going to be used in upcoming series where we will be
using the version number to read a certain state file. However currently,
pyflakes fails because of the variable not being used. Let's remove the
assignment temporarily so that buildbots and test-suite is happy until I iterate
over remaining part of the series.

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

pulkit created this revision.May 21 2018, 2:56 PM
This revision was automatically updated to reflect the committed changes.