summary refs log tree commit diff
path: root/tests/rest/client/test_rendezvous.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rest/client/test_rendezvous.py')
-rw-r--r--tests/rest/client/test_rendezvous.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/rest/client/test_rendezvous.py b/tests/rest/client/test_rendezvous.py
index c0eb5d01a6..8dbd64be55 100644
--- a/tests/rest/client/test_rendezvous.py
+++ b/tests/rest/client/test_rendezvous.py
@@ -25,7 +25,6 @@ endpoint = "/_matrix/client/unstable/org.matrix.msc3886/rendezvous"
 
 
 class RendezvousServletTestCase(unittest.HomeserverTestCase):
-
     servlets = [
         rendezvous.register_servlets,
     ]