# HG changeset patch # User Anton Shestakov # Date 1667219760 -14400 # Node ID 87516dd774d0fc7d45fdba2461f4d84fba9bcacd # Parent 7b6d3a9bd7be6744b67bd39be61bed51c71a1308 demandimport: remove an obsolete comment about importing from future See 6000f5b25c9b. diff -r 7b6d3a9bd7be -r 87516dd774d0 hgdemandimport/demandimportpy3.py --- a/hgdemandimport/demandimportpy3.py Wed Oct 19 11:10:54 2022 -0400 +++ b/hgdemandimport/demandimportpy3.py Mon Oct 31 16:36:00 2022 +0400 @@ -23,8 +23,6 @@ enabled. """ -# This line is unnecessary, but it satisfies test-check-py3-compat.t. - import contextlib import importlib.util import sys