summary refs log tree commit diff
path: root/tests/handlers/test_typing.py
diff options
context:
space:
mode:
authorMark Haines <mjark@negativecurvature.net>2016-01-13 13:45:39 +0100
committerMark Haines <mjark@negativecurvature.net>2016-01-13 13:45:39 +0100
commit37716d55ed78bddb7054b4262275dd5111df6c5c (patch)
tree879daa5a1d430dadc74df56bbf1c97136381b59f /tests/handlers/test_typing.py
parentMerge pull request #483 from matrix-org/erikj/bulk_get_push_rules (diff)
parentMerge remote-tracking branch 'origin/erikj/bulk_get_push_rules' into markjh/t... (diff)
downloadsynapse-37716d55ed78bddb7054b4262275dd5111df6c5c.tar.xz
Merge pull request #482 from matrix-org/markjh/table_name
Finish removing the .*Table objects from the storage layer.
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