changeset 49536:87516dd774d0

demandimport: remove an obsolete comment about importing from future See 6000f5b25c9b.
author Anton Shestakov <av6@dwimlabs.net>
date Mon, 31 Oct 2022 16:36:00 +0400
parents 7b6d3a9bd7be
children f58f955adad4
files hgdemandimport/demandimportpy3.py
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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