This is an archive of the discontinued Mercurial Phabricator instance.

import-checker: assume absolute and use modern import checker
ClosedPublic

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

Details

Summary

Since we require Python 3 now, we can assume we always use absolute
imports and the modern import checker should be used.

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:34 PM
Alphare accepted this revision.Mar 2 2022, 5:39 AM
This revision is now accepted and ready to land.Mar 2 2022, 5:39 AM
indygreg updated this revision to Diff 32457.Mar 3 2022, 11:00 AM