mercurial/chgserver.py
changeset 51698 b0a4de6c14f8
parent 51696 7f0cb9ee0534
child 51727 92845af308b4
--- 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: