summary refs log tree commit diff
path: root/synapse/replication/http
diff options
context:
space:
mode:
authorAmber Brown <hawkowl@atleastfornow.net>2019-02-16 04:42:04 +1100
committerAmber Brown <hawkowl@atleastfornow.net>2019-02-16 04:42:04 +1100
commite4381ed5144ba16faae0f2aedf07927344e69a4f (patch)
tree9a67ae3e0b648ede131bee2519a3bf83c3b01b2a /synapse/replication/http
parentfix appservice, add to frontend proxy (diff)
downloadsynapse-e4381ed5144ba16faae0f2aedf07927344e69a4f.tar.xz
pep8
Diffstat (limited to 'synapse/replication/http')
-rw-r--r--synapse/replication/http/registration.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/synapse/replication/http/registration.py b/synapse/replication/http/registration.py

index 5030bde499..513dafab39 100644 --- a/synapse/replication/http/registration.py +++ b/synapse/replication/http/registration.py
@@ -17,12 +17,7 @@ import logging from twisted.internet import defer -from synapse.events import event_type_from_format_version -from synapse.events.snapshot import EventContext -from synapse.http.servlet import parse_json_object_from_request from synapse.replication.http._base import ReplicationEndpoint -from synapse.types import Requester, UserID -from synapse.util.metrics import Measure logger = logging.getLogger(__name__)