diff options
author | David Baker <dave@matrix.org> | 2016-04-06 16:50:47 +0100 |
---|---|---|
committer | David Baker <dave@matrix.org> | 2016-04-06 16:50:47 +0100 |
commit | 0fd1cd24003b54e475985cf90db4223c3098375d (patch) | |
tree | 149540afd88c81a9bcb5c24b311995f732c38f41 /synapse/storage/registration.py | |
parent | Make pushers use the event_push_actions table instead of listening on an even... (diff) | |
download | synapse-0fd1cd24003b54e475985cf90db4223c3098375d.tar.xz |
pep8
Diffstat (limited to 'synapse/storage/registration.py')
-rw-r--r-- | synapse/storage/registration.py | 2 |
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): |