summary refs log tree commit diff
path: root/synapse/rest
diff options
context:
space:
mode:
Diffstat (limited to 'synapse/rest')
-rw-r--r--synapse/rest/__init__.py16
1 files changed, 3 insertions, 13 deletions
diff --git a/synapse/rest/__init__.py b/synapse/rest/__init__.py
index 0d69d37f7e..75c2a4ec8e 100644
--- a/synapse/rest/__init__.py
+++ b/synapse/rest/__init__.py
@@ -15,21 +15,11 @@
 
 from synapse.http.server import JsonResource
 from synapse.rest.client import versions
+from synapse.rest.client.v1 import admin, directory, events, initial_sync
 from synapse.rest.client.v1 import login as v1_login
+from synapse.rest.client.v1 import logout, presence, profile, push_rule, pusher
 from synapse.rest.client.v1 import register as v1_register
-from synapse.rest.client.v1 import (
-    admin,
-    directory,
-    events,
-    initial_sync,
-    logout,
-    presence,
-    profile,
-    push_rule,
-    pusher,
-    room,
-    voip,
-)
+from synapse.rest.client.v1 import room, voip
 from synapse.rest.client.v2_alpha import (
     account,
     account_data,