diff options
author | Erik Johnston <erik@matrix.org> | 2017-03-15 14:49:25 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2017-03-15 14:49:25 +0000 |
commit | a297155a977f9374e6f15b93fb0f60974b294b1a (patch) | |
tree | 49e6c40c7592b0b116e3d0449f668fef46fd2715 /synapse/rest | |
parent | Format presence events on the edges instead of reformatting them multiple times (diff) | |
download | synapse-a297155a977f9374e6f15b93fb0f60974b294b1a.tar.xz |
Remove unused import
Diffstat (limited to 'synapse/rest')
-rw-r--r-- | synapse/rest/client/v2_alpha/sync.py | 1 |
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 |