diff options
author | Erik Johnston <erik@matrix.org> | 2014-10-27 16:31:39 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2014-10-27 16:31:39 +0000 |
commit | c372929ab6246370d3da8e864f36fcbe2e48123b (patch) | |
tree | 78c0172168b23301dafdf17183be2a0e633653a7 /synapse | |
parent | Merge branch 'event_signing' of github.com:matrix-org/synapse into federation... (diff) | |
download | synapse-c372929ab6246370d3da8e864f36fcbe2e48123b.tar.xz |
Remove duplicate import
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/state.py | 1 |
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 |