hgext/releasenotes.py
changeset 49849 de9ffb82ef4d
parent 49519 943509a58d29
child 49851 a47e86e8fd51
--- a/hgext/releasenotes.py	Thu Jan 05 00:09:48 2023 -0500
+++ b/hgext/releasenotes.py	Fri Jan 06 13:04:50 2023 -0500
@@ -50,7 +50,7 @@
             module="fuzzywuzzy.fuzz",
         )
 
-        import fuzzywuzzy.fuzz as fuzz
+        import fuzzywuzzy.fuzz as fuzz  # pytype: disable=import-error
 
         fuzz.token_set_ratio
 except ImportError: