diff options
author | Mark Haines <mark.haines@matrix.org> | 2016-01-13 11:15:20 +0000 |
---|---|---|
committer | Mark Haines <mark.haines@matrix.org> | 2016-01-13 11:15:20 +0000 |
commit | c0a279e808435d286ae254f51253d2adb3ee7858 (patch) | |
tree | b5ec667b786aa1ee00e63facc80f4531ca90faef /tests/handlers/test_presence.py | |
parent | Remove the RoomsTable object (diff) | |
download | synapse-c0a279e808435d286ae254f51253d2adb3ee7858.tar.xz |
Delete the table objects from TransactionStore
Diffstat (limited to 'tests/handlers/test_presence.py')
-rw-r--r-- | tests/handlers/test_presence.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/handlers/test_presence.py b/tests/handlers/test_presence.py index 15000aae0c..447a22b5fc 100644 --- a/tests/handlers/test_presence.py +++ b/tests/handlers/test_presence.py @@ -28,7 +28,6 @@ from synapse.api.constants import PresenceState from synapse.api.errors import SynapseError from synapse.handlers.presence import PresenceHandler, UserPresenceCache from synapse.streams.config import SourcePaginationConfig -from synapse.storage.transactions import DestinationsTable from synapse.types import UserID OFFLINE = PresenceState.OFFLINE |