( )⚙ D7546 exchange: replace a "not x in ys" by more Pythonic "x not in ys"

This is an archive of the discontinued Mercurial Phabricator instance.

exchange: replace a "not x in ys" by more Pythonic "x not in ys"
ClosedPublic

Authored by martinvonz on Dec 5 2019, 12:03 PM.

Details

Summary

Found by one of our (Google-)internal tools.

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

martinvonz created this revision.Dec 5 2019, 12:03 PM
pulkit accepted this revision.Dec 6 2019, 8:56 AM
This revision is now accepted and ready to land.Dec 6 2019, 8:56 AM