changeset 49849 | de9ffb82ef4d |
parent 49300 | 227124098e14 |
child 51859 | f4733654f144 |
--- a/hgext/git/gitutil.py Thu Jan 05 00:09:48 2023 -0500 +++ b/hgext/git/gitutil.py Fri Jan 06 13:04:50 2023 -0500 @@ -9,7 +9,7 @@ global pygit2_module if pygit2_module is None: try: - import pygit2 as pygit2_module + import pygit2 as pygit2_module # pytype: disable=import-error pygit2_module.InvalidSpecError except (ImportError, AttributeError):