mercurial/url.py
changeset 51858 607e94e01851
parent 51826 208698117124
child 51859 f4733654f144
--- a/mercurial/url.py	Thu Sep 12 12:53:00 2024 -0400
+++ b/mercurial/url.py	Mon Sep 16 15:36:38 2024 +0200
@@ -312,7 +312,7 @@
             key_file=None,
             cert_file=None,
             *args,
-            **kwargs
+            **kwargs,
         ):
             keepalive.HTTPConnection.__init__(self, host, port, *args, **kwargs)
             self.key_file = key_file