mercurial/branchmap.py
changeset 44306 a0ec05d93c8e
parent 43773 7b14d649af1b
child 44452 9d2b2df2c2ba
--- a/mercurial/branchmap.py	Thu Jan 16 13:34:04 2020 +0100
+++ b/mercurial/branchmap.py	Mon Feb 10 17:31:05 2020 -0500
@@ -291,8 +291,8 @@
                     % (
                         _branchcachedesc(repo),
                         pycompat.bytestr(
-                            inst  # pytype: disable=wrong-arg-types
-                        ),
+                            inst
+                        ),  # pytype: disable=wrong-arg-types
                     )
                 )
             bcache = None