changeset 51727 | 92845af308b4 |
parent 51725 | 278af66e6595 |
child 51738 | b619ba39d10a |
--- a/mercurial/util.py Tue Jul 23 19:20:22 2024 -0400 +++ b/mercurial/util.py Wed Jul 24 18:17:00 2024 -0400 @@ -1162,7 +1162,7 @@ def version(): """Return version information if available.""" try: - from . import __version__ # type: ignore + from . import __version__ # pytype: disable=import-error return __version__.version except ImportError: