summary refs log tree commit diff
path: root/synapse/rest/client/v1/initial_sync.py
diff options
context:
space:
mode:
authorKrombel <krombel@krombel.de>2018-07-16 13:46:49 +0200
committerKrombel <krombel@krombel.de>2018-07-16 13:57:33 +0200
commit4a27000548d2b5194256152305fe121f671f0c81 (patch)
tree87903857593f009efa86f678863695b6bbfb8560 /synapse/rest/client/v1/initial_sync.py
parentFix develop because I broke it :( (#3535) (diff)
downloadsynapse-4a27000548d2b5194256152305fe121f671f0c81.tar.xz
check isort by travis
Diffstat (limited to 'synapse/rest/client/v1/initial_sync.py')
-rw-r--r--synapse/rest/client/v1/initial_sync.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/rest/client/v1/initial_sync.py b/synapse/rest/client/v1/initial_sync.py
index 00a1a99feb..fd5f85b53e 100644
--- a/synapse/rest/client/v1/initial_sync.py
+++ b/synapse/rest/client/v1/initial_sync.py
@@ -15,8 +15,8 @@
 
 from twisted.internet import defer
 
-from synapse.streams.config import PaginationConfig
 from synapse.http.servlet import parse_boolean
+from synapse.streams.config import PaginationConfig
 
 from .base import ClientV1RestServlet, client_path_patterns