summary refs log tree commit diff
path: root/synapse/rest
diff options
context:
space:
mode:
authorHubert Chathi <hubert@uhoreg.ca>2019-07-22 12:52:39 -0400
committerHubert Chathi <hubert@uhoreg.ca>2019-09-04 22:04:12 -0400
commit7d6c70fc7ad08b94b8b577c537953a8d9b568562 (patch)
tree53df739674b6c9bc58e545779eabb49f0fd57b66 /synapse/rest
parentallow uploading signatures of master key signed by devices (diff)
downloadsynapse-7d6c70fc7ad08b94b8b577c537953a8d9b568562.tar.xz
make black happy
Diffstat (limited to 'synapse/rest')
-rw-r--r--synapse/rest/client/v2_alpha/keys.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/rest/client/v2_alpha/keys.py b/synapse/rest/client/v2_alpha/keys.py
index cb3c52cb8e..a205281830 100644
--- a/synapse/rest/client/v2_alpha/keys.py
+++ b/synapse/rest/client/v2_alpha/keys.py
@@ -303,6 +303,7 @@ class SignaturesUploadServlet(RestServlet):
       }
     }
     """
+
     PATTERNS = client_patterns("/keys/signatures/upload$")
 
     def __init__(self, hs):