demandimport: remove an obsolete comment about importing from future
authorAnton Shestakov <av6@dwimlabs.net>
Mon, 31 Oct 2022 16:36:00 +0400
changeset 49536 87516dd774d0
parent 49535 7b6d3a9bd7be
child 49537 f58f955adad4
demandimport: remove an obsolete comment about importing from future See 6000f5b25c9b.
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