summary refs log tree commit diff
path: root/synapse/storage/registration.py
diff options
context:
space:
mode:
authorDavid Baker <dave@matrix.org>2016-04-06 16:50:47 +0100
committerDavid Baker <dave@matrix.org>2016-04-06 16:50:47 +0100
commit0fd1cd24003b54e475985cf90db4223c3098375d (patch)
tree149540afd88c81a9bcb5c24b311995f732c38f41 /synapse/storage/registration.py
parentMake pushers use the event_push_actions table instead of listening on an even... (diff)
downloadsynapse-0fd1cd24003b54e475985cf90db4223c3098375d.tar.xz
pep8
Diffstat (limited to 'synapse/storage/registration.py')
-rw-r--r--synapse/storage/registration.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/storage/registration.py b/synapse/storage/registration.py

index 701dd2f656..7af0cae6a5 100644 --- a/synapse/storage/registration.py +++ b/synapse/storage/registration.py
@@ -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):