( )⚙ D12254 py2: remove simple from __future__ statements

This is an archive of the discontinued Mercurial Phabricator instance.

py2: remove simple from __future__ statements
ClosedPublic

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

Details

Summary

These were needed for Python 2 support. Now that our linter no longer
mandates these, we can start deleting them.

Diff Detail

Repository
rHG Mercurial
Branch
default
Lint
No Linters Available
Unit
No Unit Test Coverage

Event Timeline

indygreg created this revision.Mar 1 2022, 7:36 PM
Alphare accepted this revision.Mar 2 2022, 5:58 AM
Alphare added a subscriber: Alphare.

Whew

This revision is now accepted and ready to land.Mar 2 2022, 5:58 AM
indygreg updated this revision to Diff 32461.Mar 3 2022, 11:01 AM
This revision was automatically updated to reflect the committed changes.