summary refs log tree commit diff
diff options
context:
space:
mode:
authorJorik Schellekens <joriks@matrix.org>2019-09-05 14:21:58 +0100
committerJorik Schellekens <joriks@matrix.org>2019-09-05 14:21:58 +0100
commit193e613dcd980d66b579d6c803a1637b2691ea0f (patch)
tree63ee4056920dda18ff09edbadc393622c4bff7dc
parentnewsfile (diff)
downloadsynapse-github/joriks/opentracing_missing_servlet_wrappers.tar.xz
-rw-r--r--synapse/replication/http/_base.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/synapse/replication/http/_base.py b/synapse/replication/http/_base.py
index f99da6733b..afc9a8ff29 100644
--- a/synapse/replication/http/_base.py
+++ b/synapse/replication/http/_base.py
@@ -28,11 +28,10 @@ from synapse.api.errors import (
     RequestSendFailed,
     SynapseError,
 )
+from synapse.logging.opentracing import inject_active_span_byte_dict, trace_servlet
 from synapse.util.caches.response_cache import ResponseCache
 from synapse.util.stringutils import random_string
 
-from synapse.logging.opentracing import trace_servlet, inject_active_span_byte_dict
-
 logger = logging.getLogger(__name__)