mercurial/debugcommands.py
branchstable
changeset 46785 521ac0d7047f
parent 46689 8408c3198ec1
child 46794 e2f7b2695ba1
--- a/mercurial/debugcommands.py	Fri Mar 12 17:22:35 2021 -0500
+++ b/mercurial/debugcommands.py	Sat Mar 13 00:38:59 2021 -0500
@@ -1622,7 +1622,7 @@
     )
 
     try:
-        from . import rustext
+        from . import rustext  # pytype: disable=import-error
 
         rustext.__doc__  # trigger lazy import
     except ImportError: