This is an archive of the discontinued Mercurial Phabricator instance.

check-py3-compat: drop support for Python 2
ClosedPublic

Authored by indygreg on Mar 1 2022, 7:35 PM.

Details

Summary

We no longer support Python 2 so we can drop support for linting code
for Python 2 support.

This gets rid of the check for from __future__, enabling us to delete
those imports.

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 1 2022, 7:35 PM
Alphare accepted this revision.Mar 2 2022, 5:48 AM
This revision is now accepted and ready to land.Mar 2 2022, 5:48 AM
This revision was automatically updated to reflect the committed changes.