summary refs log tree commit diff
path: root/synapse/http
diff options
context:
space:
mode:
authorMarcus <bubu@bubu1.eu>2021-06-17 16:20:06 +0200
committerGitHub <noreply@github.com>2021-06-17 15:20:06 +0100
commit8070b893dbc7b9e17b4843f70e4f4e32a52ce58a (patch)
tree9eb99d5c80ae058ba86292ffabbf2c0eaaa73600 /synapse/http
parentFix incorrect time magnitude on delayed call (#10195) (diff)
downloadsynapse-8070b893dbc7b9e17b4843f70e4f4e32a52ce58a.tar.xz
update black to 21.6b0 (#10197)
Reformat all files with the new version.

Signed-off-by: Marcus Hoffmann <bubu@bubu1.eu>
Diffstat (limited to 'synapse/http')
-rw-r--r--synapse/http/servlet.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/http/servlet.py b/synapse/http/servlet.py
index 3c43f32586..fda8da21b7 100644
--- a/synapse/http/servlet.py
+++ b/synapse/http/servlet.py
@@ -454,7 +454,7 @@ class RestServlet:
     """
 
     def register(self, http_server):
-        """ Register this servlet with the given HTTP server. """
+        """Register this servlet with the given HTTP server."""
         patterns = getattr(self, "PATTERNS", None)
         if patterns:
             for method in ("GET", "PUT", "POST", "DELETE"):