mercurial/wireprotoserver.py
changeset 48490 81805bba11f9
parent 46819 d4ba4d51f85f
child 48526 04688c51f81f
--- a/mercurial/wireprotoserver.py	Tue Dec 14 18:36:07 2021 -0500
+++ b/mercurial/wireprotoserver.py	Tue Dec 14 19:13:30 2021 -0500
@@ -250,7 +250,7 @@
     # Registered APIs are made available via config options of the name of
     # the protocol.
     for k, v in API_HANDLERS.items():
-        section, option = v[b'config']
+        section, option = v[b'config']  # pytype: disable=attribute-error
         if repo.ui.configbool(section, option):
             apis.add(k)