mercurial/wireprototypes.py
changeset 43481 f5fcf7123a92
parent 43089 c59eb1560c44
child 44452 9d2b2df2c2ba
--- a/mercurial/wireprototypes.py	Wed Nov 06 15:16:04 2019 -0500
+++ b/mercurial/wireprototypes.py	Wed Nov 06 15:24:44 2019 -0500
@@ -404,7 +404,7 @@
             )
             % config,
             hint=_(b'usable compression engines: %s')
-            % b', '.sorted(validnames),
+            % b', '.sorted(validnames),  # pytype: disable=attribute-error
         )
 
     return compengines