mercurial/keepalive.py
changeset 51858 607e94e01851
parent 51830 454feddab720
child 51859 f4733654f144
--- a/mercurial/keepalive.py	Thu Sep 12 12:53:00 2024 -0400
+++ b/mercurial/keepalive.py	Mon Sep 16 15:36:38 2024 +0200
@@ -339,7 +339,7 @@
                 h.putrequest(
                     req.get_method(),
                     urllibcompat.getselector(req),
-                    **skipheaders
+                    **skipheaders,
                 )
                 if 'content-type' not in headers:
                     h.putheader(
@@ -351,7 +351,7 @@
                 h.putrequest(
                     req.get_method(),
                     urllibcompat.getselector(req),
-                    **skipheaders
+                    **skipheaders,
                 )
         except socket.error as err:
             raise urlerr.urlerror(err)