mercurial/chgserver.py
changeset 51689 39e2b2d062c1
parent 51288 8b2ea2246a5f
child 51700 7f0cb9ee0534
--- a/mercurial/chgserver.py	Thu Jul 18 12:02:01 2024 +0200
+++ b/mercurial/chgserver.py	Thu Jul 18 12:03:29 2024 +0200
@@ -151,7 +151,7 @@
     """
     modules = [m for n, m in extensions.extensions(ui)]
     try:
-        from . import __version__
+        from . import __version__  # type: ignore
 
         modules.append(__version__)
     except ImportError: