mercurial/chgserver.py
changeset 51727 92845af308b4
parent 51698 b0a4de6c14f8
child 51859 f4733654f144
--- a/mercurial/chgserver.py	Tue Jul 23 19:20:22 2024 -0400
+++ b/mercurial/chgserver.py	Wed Jul 24 18:17:00 2024 -0400
@@ -151,7 +151,7 @@
     """
     modules = [m for n, m in extensions.extensions(ui)]
     try:
-        from . import __version__  # type: ignore
+        from . import __version__  # pytype: disable=import-error
 
         modules.append(__version__)
     except ImportError: