This commit is contained in:
David Baker 2016-04-06 16:50:47 +01:00
parent 7e2c89a37f
commit 0fd1cd2400
4 changed files with 8 additions and 4 deletions

View file

@ -20,7 +20,7 @@ from twisted.internet import defer
from synapse.api.errors import StoreError, Codes
from ._base import SQLBaseStore
from synapse.util.caches.descriptors import cached, cachedInlineCallbacks, cachedList
from synapse.util.caches.descriptors import cached, cachedInlineCallbacks
class RegistrationStore(SQLBaseStore):