changeset 49849 | de9ffb82ef4d |
parent 49289 | 6c4c341d8fa5 |
child 49866 | 2ac60a71c240 |
--- a/hgext/convert/subversion.py Thu Jan 05 00:09:48 2023 -0500 +++ b/hgext/convert/subversion.py Fri Jan 06 13:04:50 2023 -0500 @@ -47,11 +47,14 @@ # these bindings. try: + # pytype: disable=import-error import svn import svn.client import svn.core import svn.ra import svn.delta + + # pytype: enable=import-error from . import transport import warnings