This is an archive of the discontinued Mercurial Phabricator instance.

wireprototypes: disable pytype where it's just confused
ClosedPublic

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

Details

Summary

By inspection validnames is always a Set[bytes] here, but for some
reason pytype is convinced it's a bytes. Let's disable the error for now.

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

durin42 created this revision.Nov 6 2019, 5:58 PM
indygreg accepted this revision.Nov 7 2019, 3:17 AM
This revision is now accepted and ready to land.Nov 7 2019, 3:17 AM
This revision was automatically updated to reflect the committed changes.