summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2014-10-27 16:31:39 +0000
committerErik Johnston <erik@matrix.org>2014-10-27 16:31:39 +0000
commitc372929ab6246370d3da8e864f36fcbe2e48123b (patch)
tree78c0172168b23301dafdf17183be2a0e633653a7 /synapse
parentMerge branch 'event_signing' of github.com:matrix-org/synapse into federation... (diff)
downloadsynapse-c372929ab6246370d3da8e864f36fcbe2e48123b.tar.xz
Remove duplicate import
Diffstat (limited to 'synapse')
-rw-r--r--synapse/state.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/state.py b/synapse/state.py
index ec98667c5d..cc6a7db96b 100644
--- a/synapse/state.py
+++ b/synapse/state.py
@@ -18,7 +18,6 @@ from twisted.internet import defer
 
 from synapse.federation.pdu_codec import encode_event_id, decode_event_id
 from synapse.util.logutils import log_function
-from synapse.federation.pdu_codec import encode_event_id
 
 from collections import namedtuple