This is an archive of the discontinued Mercurial Phabricator instance.

linelog: suppress annoying pytype warning about an ignored metaclass
ClosedPublic

Authored by durin42 on Nov 6 2019, 5:57 PM.

Details

Summary

This isn't actively hurting us right now, and it's not trivial to set
up this metaclass correctly on both Python 2 and Python 3 without
dragging in all of six, but we still get lots of typechecking
goodness with this error suppressed.

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.