This is an archive of the discontinued Mercurial Phabricator instance.

check-code: allow importing Python 3 modules
ClosedPublic

Authored by indygreg on Mar 2 2022, 6:29 PM.

Details

Summary

Now that we no longer support Python 2, we should be able to import and
use the Python 3 only modules in our code. So remove a lint banning this.

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

indygreg created this revision.Mar 2 2022, 6:29 PM
Alphare accepted this revision.Mar 3 2022, 4:56 AM
This revision is now accepted and ready to land.Mar 3 2022, 4:56 AM
This revision was automatically updated to reflect the committed changes.