Remember to kill now-dead import in test_profile.py

pull/10/head
Paul "LeoNerd" Evans 2014-09-10 16:56:52 +01:00
parent 08f5c48fc8
commit dc7f39677f
1 changed files with 0 additions and 1 deletions

View File

@ -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