mercurial/cffi/mpatch.py
branchstable
changeset 46785 521ac0d7047f
parent 43077 687b865b95ad
child 48875 6000f5b25c9b
--- a/mercurial/cffi/mpatch.py	Fri Mar 12 17:22:35 2021 -0500
+++ b/mercurial/cffi/mpatch.py	Sat Mar 13 00:38:59 2021 -0500
@@ -9,7 +9,7 @@
 
 from ..pure.mpatch import *
 from ..pure.mpatch import mpatchError  # silence pyflakes
-from . import _mpatch
+from . import _mpatch  # pytype: disable=import-error
 
 ffi = _mpatch.ffi
 lib = _mpatch.lib