summary refs log tree commit diff
path: root/tests/handlers/test_typing.py
diff options
context:
space:
mode:
authorMark Haines <mark.haines@matrix.org>2016-01-13 11:15:20 +0000
committerMark Haines <mark.haines@matrix.org>2016-01-13 11:15:20 +0000
commitc0a279e808435d286ae254f51253d2adb3ee7858 (patch)
treeb5ec667b786aa1ee00e63facc80f4531ca90faef /tests/handlers/test_typing.py
parentRemove the RoomsTable object (diff)
downloadsynapse-c0a279e808435d286ae254f51253d2adb3ee7858.tar.xz
Delete the table objects from TransactionStore
Diffstat (limited to 'tests/handlers/test_typing.py')
-rw-r--r--tests/handlers/test_typing.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/handlers/test_typing.py b/tests/handlers/test_typing.py
index 124bc10e0f..763c04d667 100644
--- a/tests/handlers/test_typing.py
+++ b/tests/handlers/test_typing.py
@@ -27,7 +27,6 @@ from ..utils import (
 from synapse.api.errors import AuthError
 from synapse.handlers.typing import TypingNotificationHandler
 
-from synapse.storage.transactions import DestinationsTable
 from synapse.types import UserID