summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2017-03-15 14:49:25 +0000
committerErik Johnston <erik@matrix.org>2017-03-15 14:49:25 +0000
commita297155a977f9374e6f15b93fb0f60974b294b1a (patch)
tree49e6c40c7592b0b116e3d0449f668fef46fd2715 /synapse
parentFormat presence events on the edges instead of reformatting them multiple times (diff)
downloadsynapse-a297155a977f9374e6f15b93fb0f60974b294b1a.tar.xz
Remove unused import
Diffstat (limited to 'synapse')
-rw-r--r--synapse/rest/client/v2_alpha/sync.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/rest/client/v2_alpha/sync.py b/synapse/rest/client/v2_alpha/sync.py
index e07b7833ab..a7a9e0a794 100644
--- a/synapse/rest/client/v2_alpha/sync.py
+++ b/synapse/rest/client/v2_alpha/sync.py
@@ -29,7 +29,6 @@ from synapse.api.errors import SynapseError
 from synapse.api.constants import PresenceState
 from ._base import client_v2_patterns
 
-import copy
 import itertools
 import logging