mercurial/changegroup.py
changeset 43490 5b5e62c24b2e
parent 43489 ea0b44255a31
child 43503 313e3a279828
--- a/mercurial/changegroup.py	Wed Nov 06 17:23:47 2019 -0500
+++ b/mercurial/changegroup.py	Wed Nov 06 17:25:43 2019 -0500
@@ -1150,7 +1150,9 @@
         def makelookupmflinknode(tree, nodes):
             if fastpathlinkrev:
                 assert not tree
-                return manifests.__getitem__
+                return (
+                    manifests.__getitem__  # pytype: disable=unsupported-operands
+                )
 
             def lookupmflinknode(x):
                 """Callback for looking up the linknode for manifests.