diff options
author | Paul "LeoNerd" Evans <paul@matrix.org> | 2014-09-10 16:56:52 +0100 |
---|---|---|
committer | Paul "LeoNerd" Evans <paul@matrix.org> | 2014-09-10 16:56:52 +0100 |
commit | dc7f39677f19be9f53054e97e095055166836acc (patch) | |
tree | 5b9e519168be7fd4343c7c1cce7af5c0858af6fe /tests | |
parent | Move SQLiteMemoryDbPool implementation into tests.utils (diff) | |
download | synapse-dc7f39677f19be9f53054e97e095055166836acc.tar.xz |
Remember to kill now-dead import in test_profile.py
Diffstat (limited to 'tests')
-rw-r--r-- | tests/storage/test_profile.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/storage/test_profile.py b/tests/storage/test_profile.py index 82e0c33be7..7e082091b3 100644 --- a/tests/storage/test_profile.py +++ b/tests/storage/test_profile.py @@ -20,7 +20,6 @@ from twisted.internet import defer from mock import Mock, call from synapse.server import HomeServer -from synapse.storage import prepare_database from synapse.storage.profile import ProfileStore from tests.utils import SQLiteMemoryDbPool |